You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a known issue due to the last capstone release still not supporting these instructions.
When building from source, you can pass -Duse_capstone_version=next to meson to make it use a newer unreleased version. This one at least will support some of the pac instructions.
Right now it already parses some of these instructions by default, but lets close it only after AArch64 capstone auto-sync is merged in both Capstone and Rizin.
Work environment
rizin -v
full output, not truncated (mandatory)Expected behavior
All of the opcodes are parsed correctly
Actual behavior
Instructions such as AUTA, BRAA are shown as "invalid"
Steps to reproduce the behavior
CoreML.zip
I lookup up the
0x110a1fd7
(binary0b11010111000111110000101000010001
) opcode and found it matches the BRAA instruction.Additional Logs, screenshots, source code, configuration dump, ...
Drag and drop zip archives containing the Additional info here, don't use external services or link.
The text was updated successfully, but these errors were encountered: