Skip to content

ARM jump instuctions #1197

@valour01

Description

@valour01

Hi. I am using capstone to disassemble arm based binaries.
I noticed that I can use CS_GRP_JUMP to check whether a instruction is a jump instruction. Where I can get all the instructions name that belong to this group. I am sorry I didn't find the related code. Besides, does CS_GRP_JUMP consider the case like ldr pc, [addr]

Furthermore, is there an API to check whether a jump instruction is direct jump or indirect jump. If it is a direct jump. Is there an API to get the jump target. Many Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions