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 for missing register usages on ARM64 authenticated branches (issue #1975) #1976

Merged
merged 1 commit into from Mar 19, 2023

Conversation

stevielavern
Copy link
Contributor

@stevielavern stevielavern commented Mar 14, 2023

Added support for register usages in ARM64e's BRAA/BRAZ/BRAB/BRABZ (issue #1975).
The issue was in some flags within arch/AArch64/AArch64MappingInsnOp.inc. This file appears to be autogenerated somehow so it would be even better to fix the script that generated it, but I couldn't find it. I'm afraid it was not committed.
I also added a unit test so hopefully there won't be future regressions.

@kabeor
Copy link
Member

kabeor commented Mar 19, 2023

Cool, thx!

@kabeor kabeor merged commit 869d590 into capstone-engine:next Mar 19, 2023
@stevielavern stevielavern deleted the fix_arm64_accesses_braa branch March 20, 2023 14:28
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