Rizin
unix-like reverse engineering framework and cli tools
cs_opt_mnem Struct Reference

#include <capstone.h>

Public Attributes

unsigned int id
 ID of instruction to be customized. More...
 
const char * mnemonic
 Customized instruction mnemonic. More...
 

Detailed 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.

Definition at line 160 of file capstone.h.

Member Data Documentation

◆ id

unsigned int cs_opt_mnem::id

ID of instruction to be customized.

Definition at line 162 of file capstone.h.

Referenced by cs_option(), and capstone.CsInsn::insn_name().

◆ mnemonic

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().


The documentation for this struct was generated from the following file: