GhIDA
GhIDA copied to clipboard
GhIDA decompilation wrapper error
am trying to use GhIDA in my local computer with: IDA Pro 7.5 Ghidra 9.1.2 python3.7
I found several issues as:
lib.py: import Queue, does not work because in python3 it is named to queue. ghida.py: the custom icon idaapi.load_custom_icon needs a path not data.
But the main problem is the following:
GhIDA decompilation wrapper error module 'sys' has no attribute 'exc_type'
Any idea?
Hi ! Have you fixed the error Decompilation wrapper error: module 'sys' has no attribute 'exc_type'
?