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.
Hello. Given the following ARM v7R instruction,
e9 2d 10 00. It is correctly dissembled tostmdb sp!, {ip}. On Capstone 4.0.1,cs_regs_accesscorrectly returnssp, andipas read registers. On Capstone 4.0.2 however, onlyspis 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.