4 #ifdef CAPSTONE_HAS_ARM
6 #include "../../cs_priv.h"
7 #include "../../MCRegisterInfo.h"
bool Thumb_getInstruction(csh handle, const uint8_t *code, size_t code_len, MCInst *instr, uint16_t *size, uint64_t address, void *info)
void ARM_init(MCRegisterInfo *MRI)
bool ARM_getInstruction(csh handle, const uint8_t *code, size_t code_len, MCInst *instr, uint16_t *size, uint64_t address, void *info)
void ARM_post_printer(csh handle, cs_insn *pub_insn, char *mnem, MCInst *mci)
void ARM_printInst(MCInst *MI, SStream *O, void *Info)
void ARM_getRegName(cs_struct *handle, int value)
const char * ARM_insn_name(csh handle, unsigned int id)
void ARM_reg_access(const cs_insn *insn, cs_regs regs_read, uint8_t *regs_read_count, cs_regs regs_write, uint8_t *regs_write_count)
const char * ARM_reg_name(csh handle, unsigned int reg)
void ARM_get_insn_id(cs_struct *h, cs_insn *insn, unsigned int id)
const char * ARM_group_name(csh handle, unsigned int id)
cs_err ARM_option(cs_struct *handle, cs_opt_type type, size_t value)
cs_err ARM_global_init(cs_struct *ud)
static mcore_handle handle
@ CS_MODE_THUMB
ARM's Thumb mode, including Thumb-2.
cs_opt_type
Runtime option for the disassembled engine.
@ CS_OPT_MODE
Change engine's mode at run-time.
@ CS_OPT_SYNTAX
Assembly output syntax.
cs_malloc_t cs_mem_malloc
GetRegisterAccess_t reg_access
PostPrinter_t post_printer