ghidra2dwarf
                                
                                 ghidra2dwarf copied to clipboard
                                
                                    ghidra2dwarf copied to clipboard
                            
                            
                            
                        🐉 Export ghidra decompiled code to dwarf sections inside ELF binary
https://github.com/davea42/libdwarf-code/commit/457bfb8b2744e855c45f4737373fba7ccd47e6fa#diff-75dffd5a0429dab678bb25116a550576edfc7489d2b21bb59ddb14b505d4563aL147-L149 Looks like we have to use dwarf_transform_to_disk_form_a now.
When using with ghidra 10.3.3 on arch linux, I get the following error: ``` Traceback (most recent call last): File "/home/dcnick3/Downloads/ghidra2dwarf/ghidra2dwarf.py", line 507, in dwarf_producer_init( File "/home/dcnick3/Downloads/ghidra2dwarf/ghidra2dwarf.py", line 111, in...
I have OpenJDK 17.0.5 and python 3 both installed, and I receive the following error when I use it on my file. ``` ghidra2dwarf.py> Running... /home/maria/Downloads/ghidra_scripts/ghidra2dwarf.py:34: RuntimeWarning: PyTableCode.call caught a...
I'm getting the following error when the script tries to build the new dbg binary: ``` Traceback (most recent call last): File "/my/path/ghidra2dwarf/src/ghidra2dwarf.py", line 521, in add_sections_to_elf(exe_path, out_path, sections) File...
I'm getting the following error when building the project: ``` [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] Source option 7 is no longer supported. Use 8 or later. [ERROR] Target...
I'm getting the following error when running _ghidra2dwarf_: ``` Traceback (most recent call last): File "/home/_____/ghidra2dwarf/ghidra2dwarf.py", line 22, in from ghidra.app.util.bin.format.dwarf4.next import DWARFRegisterMappingsManager ImportError: No module named dwarf4 ``` It...