-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
ARM BLX does not set Registers modified #993
Comments
on "next" branch, you have:
so you can verify if instruction belongs to JUMP or CALL groups instead |
In fact one could say that all the instructions modify PC — most just set it to address after the instruction. Capstone seems quite consistent on this — on x86 too the jumps and calls aren't reported to modify rIP. |
the issue is that capstone is NOT consistent on this. Look at BL instruction
Registers modified: lr pc |
pc register should be also included in Registers modified
The text was updated successfully, but these errors were encountered: