We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Hi ! Have you fixed the error Decompilation wrapper error: module 'sys' has no attribute 'exc_type' ?
Decompilation wrapper error: module 'sys' has no attribute 'exc_type'
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: