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: cs_regs_access Missing Some Read Registers #1946

Closed
9ee1 opened this issue Jan 2, 2023 · 0 comments · Fixed by #1949
Closed

ARM: cs_regs_access Missing Some Read Registers #1946

9ee1 opened this issue Jan 2, 2023 · 0 comments · Fixed by #1949

Comments

@9ee1
Copy link

9ee1 commented Jan 2, 2023

Hello. Given the following ARM v7R instruction, e9 2d 10 00. It is correctly dissembled to stmdb sp!, {ip}. On Capstone 4.0.1, cs_regs_access correctly returns sp, and ip as read registers. On Capstone 4.0.2 however, only sp is returned.

This was reported as a Capstone.NET issue if you would like more information. I am pretty sure I have ruled it out as a binding issue though.

Thanks in advance.

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.

1 participant