GhIDA icon indicating copy to clipboard operation
GhIDA copied to clipboard

GhIDA decompilation wrapper error

Open ikanekb opened this issue 3 years ago • 1 comments

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?

ikanekb avatar Mar 12 '21 16:03 ikanekb

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

ValentinChirikov avatar Sep 05 '22 14:09 ValentinChirikov