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

ARM/AArch64: Add post-index to instruction info #1937

Merged
merged 5 commits into from Nov 24, 2022

Conversation

ZehMatt
Copy link
Contributor

@ZehMatt ZehMatt commented Nov 22, 2022

With this we can identify if the instruction has a post or pre-index writeback, having only writeback makes it a bit difficult to tell what the semantics are. The information was already there, I had to re-arrange the switch case a bit to avoid another lookup.

I hope I got the Python bindings right, I typically don't use it.

@kabeor
Copy link
Member

kabeor commented Nov 24, 2022

Looks cool, thanks!

@kabeor kabeor merged commit 6a386a4 into capstone-engine:next Nov 24, 2022
@ZehMatt ZehMatt deleted the aarch64-postindex branch November 24, 2022 22:32
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.

None yet

2 participants