Rizin
unix-like reverse engineering framework and cli tools
|
#include <capstone.h>
Public Attributes | |
unsigned int | id |
ID of instruction to be customized. More... | |
const char * | mnemonic |
Customized instruction mnemonic. More... | |
Customize mnemonic for instructions with alternative name. To reset existing customized instruction to its default mnemonic, call cs_option(CS_OPT_MNEMONIC) again with the same @id and NULL value for @mnemonic.
Definition at line 160 of file capstone.h.
ID of instruction to be customized.
Definition at line 162 of file capstone.h.
Referenced by cs_option(), and capstone.CsInsn::insn_name().
const char* cs_opt_mnem::mnemonic |
Customized instruction mnemonic.
Definition at line 164 of file capstone.h.
Referenced by capstone.CsInsn::__repr__(), and cs_option().