Struct capstone_sys::cs_opt_mnem [−][src]
Expand description
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.
Fields
id: c_uint
ID of instruction to be customized.
mnemonic: *const c_char
Customized instruction mnemonic.