You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error when running ghidra2dwarf:
Traceback (most recent call last):
File "/home/_____/ghidra2dwarf/ghidra2dwarf.py", line 22, in <module>
from ghidra.app.util.bin.format.dwarf4.next import DWARFRegisterMappingsManager
ImportError: No module named dwarf4
It runs after I manually changed it to:
from ghidra.app.util.bin.format.dwarf
ghidra2dwarf.py> Running...
Decompiling function 0: _init
Decompiling function 1: entry
Decompiling function 2: __lshrdi3
...
...
...
I'm getting the following error when running ghidra2dwarf:
It runs after I manually changed it to:
Just incase any of this matters:
The text was updated successfully, but these errors were encountered: