#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 161 of file capstone.h.
unsigned int cs_opt_mnem::id |
ID of instruction to be customized.
Definition at line 163 of file capstone.h.
const char* cs_opt_mnem::mnemonic |
Customized instruction mnemonic.
Definition at line 165 of file capstone.h.