Zydis
v2.0.0-alpha2
|
Mnemonic constant definitions and helper functions. More...
Go to the source code of this file.
Functions | |
ZYDIS_EXPORT const char * | ZydisMnemonicGetString (ZydisMnemonic mnemonic) |
Returns the specified instruction mnemonic string. More... | |
Mnemonic constant definitions and helper functions.
ZYDIS_EXPORT const char* ZydisMnemonicGetString | ( | ZydisMnemonic | mnemonic | ) |
Returns the specified instruction mnemonic string.
mnemonic | The mnemonic. |
NULL
, if an invalid mnemonic was passed.