Skip to content
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

Fix arm offset calculation #152

Merged
merged 3 commits into from
Apr 20, 2017
Merged

Fix arm offset calculation #152

merged 3 commits into from
Apr 20, 2017

Conversation

offlinemark
Copy link
Contributor

@offlinemark offlinemark commented Apr 20, 2017

.subtracted is unreliable (capstone-engine/capstone#695) (for instructions like "str{} r3, [r2, #40]", "ldr{} r3, [r2, #-40]", "str{} r3, [r2, #-40]"), and .disp has the sign included anyway actually

.subtracted is unreliable, and .disp has the sign anyway
@offlinemark offlinemark merged commit 5ae5daa into master Apr 20, 2017
@offlinemark offlinemark deleted the dev-fix-arm-off branch April 20, 2017 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants