-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
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
Labels
No labels