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

arm64 unimplemented instructions #2130

Closed
Talos878 opened this issue Jul 30, 2023 · 1 comment · Fixed by #2026
Closed

arm64 unimplemented instructions #2130

Talos878 opened this issue Jul 30, 2023 · 1 comment · Fixed by #2026

Comments

@Talos878
Copy link

There appears to be a couple unimplemented arm64 instructions between ida and capstone. These are from ida

21 7d a8 c8 CAS X8, X1, [X9]
08 81 3f b8 SWP WZR, W8, [X8]
08 31 29 f8 LDSET X9, X8, [X8]
08 01 29 b8 LDADD W9, W8, [X8]
20 7d 22 48 CASP X2, X3, X0, X1, [X9]
08 11 29 f8 LDCLR X9, X8, [X8]
08 01 69 b8 LDADDL W9, W8, [X8]
20 81 68 f8 SWPL X8, X0, [X9]
61 7e e9 88 CASA W9, W1, [X19]
08 01 a9 f8 LDADDA X9, X8, [X8]
21 fd aa c8 CASL X10, X1, [X9]

@Rot127
Copy link
Collaborator

Rot127 commented Jul 30, 2023

Those will be added in v6 with #2026
If everything runs smoothly #2026 should be merged into next in during August.

Please note, that this will come with a big refactor of the AArch64 module itself. See https://github.com/Rot127/capstone/blob/v6-release-guide/docs/cs_v6_release_guide.md

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 a pull request may close this issue.

2 participants