Public Attributes | List of all members
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 161 of file capstone.h.

Member Data Documentation

◆ id

unsigned int cs_opt_mnem::id

ID of instruction to be customized.

Definition at line 163 of file capstone.h.

◆ mnemonic

const char* cs_opt_mnem::mnemonic

Customized instruction mnemonic.

Definition at line 165 of file capstone.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:42