Skip to content
New issue

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

GhIDA decompilation wrapper error #26

Open
ikanekb opened this issue Mar 12, 2021 · 1 comment
Open

GhIDA decompilation wrapper error #26

ikanekb opened this issue Mar 12, 2021 · 1 comment

Comments

@ikanekb
Copy link

ikanekb commented Mar 12, 2021

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?

@ValentinChirikov
Copy link

Hi ! Have you fixed the error Decompilation wrapper error: module 'sys' has no attribute 'exc_type' ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants