In file included from /nix/store/g5ss8x9195xalqwzqsmbla1xanh9sjy2-glibc-2.42-67-dev/include/bits/libc-header-start.h:33, from /nix/store/g5ss8x9195xalqwzqsmbla1xanh9sjy2-glibc-2.42-67-dev/include/stdio.h:28, from hello.c:1: /nix/store/g5ss8x9195xalqwzqsmbla1xanh9sjy2-glibc-2.42-67-dev/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 435 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ >>> import Starting Ghidra bridge... Successfully imported as: hello command=import data={"compiler":"unknown","executable_format":"Executable and Linking Format (ELF)","executable_path":"/build/hello","function_count":29,"image_base":"00100000","language":"AARCH64/little/64/v8A","max_address":"_elfSectionHeaders::0000073f","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":29,"image_base":"00100000","language":"AARCH64/little/64/v8A","max_address":"_elfSectionHeaders::0000073f","min_address":"00100000","name":"hello"} program=hello status=success >>> decompile [{"address":"00100864","code":"\nundefined8 main(void)\n\n{\n puts(\"hello-from-ghidra-cli\");\n return 0;\n}\n\n","name":"main","signature":"undefined main()"}] Stopping bridge... Bridge stopped