Zydis  v2.0.0-alpha1
Mnemonic.h File Reference
Include dependency graph for Mnemonic.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef uint16_t ZydisMnemonic
 Defines the ZydisMnemonic datatype. More...
 

Functions

ZYDIS_EXPORT const char * ZydisMnemonicGetString (ZydisMnemonic mnemonic)
 Returns the specified instruction mnemonic string. More...
 

Typedef Documentation

◆ ZydisMnemonic

typedef uint16_t ZydisMnemonic

Defines the ZydisMnemonic datatype.

Function Documentation

◆ ZydisMnemonicGetString()

ZYDIS_EXPORT const char* ZydisMnemonicGetString ( ZydisMnemonic  mnemonic)

Returns the specified instruction mnemonic string.

Parameters
mnemonicThe mnemonic.
Returns
The instruction mnemonic string or NULL, if an invalid mnemonic was passed.