ghidra2dwarf icon indicating copy to clipboard operation
ghidra2dwarf copied to clipboard

🐉 Export ghidra decompiled code to dwarf sections inside ELF binary

Results 16 ghidra2dwarf issues
Sort by recently updated
recently updated
newest added

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,...

I get the above error trying to run ghidra2dwarf against an arm android library. 1879048193 is 0x70000001 which is SHT_LOPROC + 1 The check for valid SHT values needs to...

I'm trying to run the script inside Ghidra but it gives me multiple errors caused by "Unknown protocol: jar" I have OpenJdk 17.0.2 I don't have Python but it shouldn't...

Right now x86_64 is hardcoded, we should fetch the arch from Ghidra instead.

Would be cool if we could embed the decompiled file into the output ELF. This is only supported as of DWARFv5 (I think it's backwards compatible with DWARFv4, so likely...

Right now, `ghidra2dwarf.py` relies on having the original ELF on disk. It ends up breaking one of my automated workflows, since my tooling cleans up samples off disk after they've...

Adding an issue here in case anyone else runs into the same issue. I installed ghidra2dwarf by extracting the release zipfile and adding the resulting `ghidra2dwarf` directory to the Script...