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

Armv7: disassembly of vst1.8 misses operand list #3989

Open
MartijnB opened this issue Jun 19, 2020 · 0 comments
Open

Armv7: disassembly of vst1.8 misses operand list #3989

MartijnB opened this issue Jun 19, 2020 · 0 comments
Labels
Arch: ARM/Thumb Issues with the ARM/Thumb architecture plugin Component: Architecture Issue needs changes to an architecture plugin Effort: Low Issue should take < 1 week Impact: Low Issue is a papercut or has a good, supported workaround Type: Bug Issue is a non-crashing bug with repro steps

Comments

@MartijnB
Copy link

The instruction with encoding 0f0a43f4 is disassembled as:

vst1.8 {}, [r3]

The expected output (at least according to Capstone) is:

vst1.8 {d16, d17}, [r3]

@lwerdna lwerdna transferred this issue from Vector35/binaryninja-api Oct 9, 2020
@plafosse plafosse transferred this issue from Vector35/arch-armv7 Mar 1, 2023
@fuzyll fuzyll added Component: Architecture Issue needs changes to an architecture plugin Arch: ARM/Thumb Issues with the ARM/Thumb architecture plugin labels Mar 6, 2023
@xusheng6 xusheng6 added Impact: Low Issue is a papercut or has a good, supported workaround Effort: Low Issue should take < 1 week labels May 22, 2023
@xusheng6 xusheng6 added the Type: Bug Issue is a non-crashing bug with repro steps label Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arch: ARM/Thumb Issues with the ARM/Thumb architecture plugin Component: Architecture Issue needs changes to an architecture plugin Effort: Low Issue should take < 1 week Impact: Low Issue is a papercut or has a good, supported workaround Type: Bug Issue is a non-crashing bug with repro steps
Projects
None yet
Development

No branches or pull requests

4 participants