ghidra-cli-test
x86_64-linux.package-ghidra-cli-test-decompile
· build #191
· raw
1In file included from /nix/store/q5wv2ldpcv5w8yb2wmsngsygvlxb73fk-glibc-2.42-67-dev/include/bits/libc-header-start.h:33,2 from /nix/store/q5wv2ldpcv5w8yb2wmsngsygvlxb73fk-glibc-2.42-67-dev/include/stdio.h:28,3 from hello.c:1:4/nix/store/q5wv2ldpcv5w8yb2wmsngsygvlxb73fk-glibc-2.42-67-dev/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]5 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)6 | ^~~~~~~7>>> import8Starting Ghidra bridge...9Successfully imported as: hello10command=import data={"compiler":"unknown","executable_format":"Executable and Linking Format (ELF)","executable_path":"/build/hello","function_count":23,"image_base":"00100000","language":"x86/little/64/default","max_address":"_elfSectionHeaders::0000077f","min_address":"00100000","name":"hello"} program=hello status=success command=import data={"compiler":"unknown","executable_format":"Executable and Linking Format (ELF)","executable_path":"/build/hello","function_count":23,"image_base":"00100000","language":"x86/little/64/default","max_address":"_elfSectionHeaders::0000077f","min_address":"00100000","name":"hello"} program=hello status=success1112>>> decompile13[{"address":"00101139","code":"\nundefined8 main(void)\n\n{\n puts(\"hello-from-ghidra-cli\");\n return 0;\n}\n\n","name":"main","signature":"undefined main()"}]14Stopping bridge...15Bridge stopped