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?
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?