-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Milestone
Description
While trying to use qbindiff on a ARM32 Thumb program, i got the following exception:
Cannot guess the instruction set of the instruction at 0x....
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:
differ = qbindiff.QBinDiff(
p, q,
distance=Distance.canberra,
...,
arch="ARM-32",
mode="THUMB"
)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request