cesena / ghidra2dwarf

🐉 Export ghidra decompiled code to dwarf sections inside ELF binary
MIT License
179 stars 17 forks source link

Dwarf export error #18

Open lacraig2 opened 2 years ago

lacraig2 commented 2 years ago

I get the following error using this tool and exporting and then importing into gdb.

Reading symbols from init_dbg...
Dwarf Error: wrong version in compilation unit header (is 512, should be 2, 3, 4 or 5) [in module /path]
Manouchehri commented 2 years ago

Could you provide a sample ELF that causes this failure?