Go to the source code of this file.
|
typedef struct ARM_ITStatus | ARM_ITStatus |
|
typedef bool(* | Disasm_t) (csh handle, const uint8_t *code, size_t code_len, MCInst *instr, uint16_t *size, uint64_t address, void *info) |
|
typedef void(* | GetID_t) (cs_struct *h, cs_insn *insn, unsigned int id) |
|
typedef void(* | GetRegisterAccess_t) (const cs_insn *insn, cs_regs regs_read, uint8_t *regs_read_count, cs_regs regs_write, uint8_t *regs_write_count) |
|
typedef void(* | PostPrinter_t) (csh handle, cs_insn *, char *mnem, MCInst *mci) |
|
typedef void(* | Printer_t) (MCInst *MI, SStream *OS, void *info) |
|
◆ MAX_ARCH
◆ MODE_IS_BIG_ENDIAN
◆ ARM_ITStatus
◆ Disasm_t
◆ GetID_t
typedef void(* GetID_t) (cs_struct *h, cs_insn *insn, unsigned int id) |
◆ GetRegisterAccess_t
typedef void(* GetRegisterAccess_t) (const cs_insn *insn, cs_regs regs_read, uint8_t *regs_read_count, cs_regs regs_write, uint8_t *regs_write_count) |
◆ PostPrinter_t
typedef void(* PostPrinter_t) (csh handle, cs_insn *, char *mnem, MCInst *mci) |
◆ Printer_t
◆ cs_mem_calloc
Definition at line 369 of file cs.c.
◆ cs_mem_free
Definition at line 371 of file cs.c.
◆ cs_mem_malloc
Definition at line 368 of file cs.c.
◆ cs_mem_realloc
Definition at line 370 of file cs.c.
◆ cs_vsnprintf
Definition at line 372 of file cs.c.
◆ GetName_t
◆ GetRegisterName_t
const typedef char*(* GetRegisterName_t) (unsigned RegNo) |