Skip to content

Commit 17d5328

Browse files
committed
Print output paths on completion
1 parent 8a9a6b8 commit 17d5328

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ghidra2dwarf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,3 +513,6 @@ def generate_dwarf_sections():
513513
sections = generate_dwarf_sections()
514514
dwarf_producer_finish_a(dbg)
515515
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

Comments
 (0)