We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9a6b8 commit 17d5328Copy full SHA for 17d5328
src/ghidra2dwarf.py
@@ -513,3 +513,6 @@ def generate_dwarf_sections():
513
sections = generate_dwarf_sections()
514
dwarf_producer_finish_a(dbg)
515
add_sections_to_elf(exe_path, out_path, sections)
516
+ print "Done."
517
+ print "ELF saved to", out_path
518
+ print "C source saved to", decompiled_c_path
0 commit comments