|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <cs_priv.h>
Public Attributes | |
| cs_arch | arch |
| cs_mode | mode |
| Printer_t | printer |
| void * | printer_info |
| Disasm_t | disasm |
| void * | getinsn_info |
| GetName_t | reg_name |
| GetName_t | insn_name |
| GetName_t | group_name |
| GetID_t | insn_id |
| PostPrinter_t | post_printer |
| cs_err | errnum |
| ARM_ITStatus | ITBlock |
| cs_opt_value | detail |
| cs_opt_value | imm_unsigned |
| int | syntax |
| bool | doing_mem |
| unsigned short * | insn_cache |
| GetRegisterName_t | get_regname |
| bool | skipdata |
| uint8_t | skipdata_size |
| cs_opt_skipdata | skipdata_setup |
| const uint8_t * | regsize_map |
| GetRegisterAccess_t | reg_access |
| struct insn_mnem * | mnem_list |
| cs_arch cs_struct::arch |
Definition at line 55 of file cs_priv.h.
Referenced by cs_open(), and test_group_name.GroupTest::run().
| cs_opt_value cs_struct::detail |
| cs_err cs_struct::errnum |
Definition at line 66 of file cs_priv.h.
Referenced by cs_errno(), and cs_open().
| GetRegisterName_t cs_struct::get_regname |
| cs_opt_value cs_struct::imm_unsigned |
| unsigned short* cs_struct::insn_cache |
Definition at line 71 of file cs_priv.h.
Referenced by cs_close(), and cs_disasm().
| ARM_ITStatus cs_struct::ITBlock |
| struct insn_mnem* cs_struct::mnem_list |
Definition at line 78 of file cs_priv.h.
Referenced by cs_close().
| cs_mode cs_struct::mode |
Definition at line 56 of file cs_priv.h.
Referenced by cs_open(), and test_group_name.GroupTest::run().
| PostPrinter_t cs_struct::post_printer |
| void* cs_struct::printer_info |
Definition at line 58 of file cs_priv.h.
Referenced by cs_close().
| GetRegisterAccess_t cs_struct::reg_access |
| cs_opt_skipdata cs_struct::skipdata_setup |
Definition at line 75 of file cs_priv.h.
Referenced by cs_open(), and capstone.Cs::skipdata_callback().