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
Capstone disassembles CD 00 0B 00 as a 32-bit instruction but it should be two 16-bit instructions. Note that, taken as a 32-bit instruction word, 0xCD000B00 is missing the leading three bits set required for a 4-byte wide encoding.
Capstone disassembles CD 00 0B 00 as a 32-bit instruction but it should be two 16-bit instructions. Note that, taken as a 32-bit instruction word, 0xCD000B00 is missing the leading three bits set required for a 4-byte wide encoding.
Here is minimal code for reproduction:
Which outputs
vstr d0, [r0, #-0]
when it should beldmia r5!, {}
andlsrs r0, r0, #12
.The text was updated successfully, but these errors were encountered: