ghidra-cli-test
aarch64-darwin.package-ghidra-cli-test-decompile
· build #187
· raw
1>>> import2Starting Ghidra bridge...3Successfully imported as: hello4command=import data={"compiler":"unknown","executable_format":"Mac OS X Mach-O","executable_path":"/nix/var/nix/builds/nix-72505-3887282693/hello","function_count":3,"image_base":"100000000","language":"AARCH64/little/64/AppleSilicon","max_address":"10000bfff","min_address":"100000000","name":"hello"} program=hello status=success command=import data={"compiler":"unknown","executable_format":"Mac OS X Mach-O","executable_path":"/nix/var/nix/builds/nix-72505-3887282693/hello","function_count":3,"image_base":"100000000","language":"AARCH64/little/64/AppleSilicon","max_address":"10000bfff","min_address":"100000000","name":"hello"} program=hello status=success56>>> decompile7[{"address":"100003f60","code":"\nundefined4 entry(void)\n\n{\n _puts(\"hello-from-ghidra-cli\");\n return 0;\n}\n\n","name":"entry","signature":"undefined entry()"}]8Stopping bridge...9Bridge stopped