Closed Fenrisfulsur closed 1 year ago
Yep, I have similar issue where the exception is raised here
Hi @c3rb3ru5d3d53c . Thanks for the feedback, we are working to get it fix. Out of curiosity where did you generated the BinExport from, Ghidra or IDA ?
I identified the issue, it will take a while to fix.
At the moment a way to circumvent the problem is to disable Constant
and ReadWriteAccess
which are the two features using operand type information.
We will keep you updated.
This should have been fixed with #36
Hi, I'm getting the following error when using
differ.compute_matching()
:The code in which the exception occurs is the following:
However the type 3 correspond to
capsone.CS_OP_MEM
as you can see in the interpreter:So there must be something tricky going on...