#include <capstone/capstone.h>
#include "MCInst.h"
#include "SStream.h"
Go to the source code of this file.
|
typedef void(* | Printer_t) (MCInst *MI, SStream *OS, void *info) |
|
typedef void(* | PostPrinter_t) (csh handle, cs_insn *, char *mnem, MCInst *mci) |
|
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 const char *(* | GetName_t) (csh handle, unsigned int id) |
|
typedef void(* | GetID_t) (cs_struct *h, cs_insn *insn, unsigned int id) |
|
typedef const char *(* | GetRegisterName_t) (unsigned RegNo) |
|
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 struct ARM_ITStatus | ARM_ITStatus |
|
◆ CS_ASSERT
#define CS_ASSERT |
( |
|
expr | ) |
|
◆ MAX_ARCH
◆ MODE_IS_BIG_ENDIAN
◆ ARM_ITStatus
◆ Disasm_t
◆ GetID_t
◆ GetName_t
◆ 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) |
◆ GetRegisterName_t
◆ PostPrinter_t
◆ Printer_t
◆ cs_mem_calloc
◆ cs_mem_free
◆ cs_mem_malloc
◆ cs_mem_realloc
◆ cs_vsnprintf