I found an issue when using Capstone.NET 2.3.0 to disassembly following ARM v7R instruction:
0x000028e0: e9 2d 10 00 stmdb sp!, {ip}
The register IP is not added into AllReadRegisters, only SP is added.
The issue does not appear in the earlier version Capstone.NET 2.0.2: both registers are added.
Is it a bug, or is there any change in the interface/semantics of AllReadRegisters?
Thank you very much.