Open Fenrisfulsur opened 1 year ago
This is indeed a huge problem that happens when using the BinExport backend. It originates from the fact that BinExport doesn't export enough information to reliably reconstruct a capstone object at instruction level. There have been few attempts to solve this (see #36) but it's still not over yet.
Here's a list of refinements that are left to do:
While trying to use qbindiff on a ARM32 Thumb program, i got the following exception:
I fixed the issue by hard-coding the mode and arch inside the file
qbindiff/loader/backend/binexport.py
but it could be cool to let the user define the arch and mode when he knows it, something like: