Skip to content

Conversation

@bdash
Copy link
Contributor

@bdash bdash commented Dec 4, 2025

This change consists of two parts:

  1. Updating the system register enumeration and names based on the latest data from ARM.
  2. Removing register names that conflict with the official names from ARM.

The conflicting register names came a data set of Apple-specific system register names. These would ideally not be baked into the AArch64 disassembler at all, but would be added by Binary Ninja's Apple platform. The exact mechanism for doing that is still TBD.

Fixes #7664.

This change consists of two parts:
1. Updating the system register enumeration and names based on the
   latest data from ARM.
2. Removing register names that conflict with the official names from
   ARM.

The conflicting register names came a data set of Apple-specific system
register names. These would ideally not be baked into the AArch64
disassembler at all, but would be added by Binary Ninja's Apple
platform. The exact mechanism for doing that is still TBD.

Fixes #7664.
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.

Incorrect system register mapping in aarch64

2 participants