Skip to content

ARM: ArmInstructionDetail.AllReadRegisters Missing Some Registers on Version >= 2.1.0 #39

Description

@huyquocdo

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions