cs_opt_mnem

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.

extern (C)
struct cs_opt_mnem {}

Members

Variables

id
uint id;

ID of instruction to be customized.

mnemonic
const(char)* mnemonic;

Customized instruction mnemonic.

Meta