Zydis
master
|
Functions for retrieving mnemonic names. More...
Functions | |
ZYDIS_EXPORT const char * | ZydisMnemonicGetString (ZydisMnemonic mnemonic) |
Returns the specified instruction mnemonic string. More... | |
ZYDIS_EXPORT const ZydisShortString * | ZydisMnemonicGetStringWrapped (ZydisMnemonic mnemonic) |
Returns the specified instruction mnemonic as ZydisShortString . More... | |
Functions for retrieving mnemonic names.
ZYDIS_EXPORT const char* ZydisMnemonicGetString | ( | ZydisMnemonic | mnemonic | ) |
Returns the specified instruction mnemonic string.
mnemonic | The mnemonic. |
ZYAN_NULL
, if an invalid mnemonic was passed. ZYDIS_EXPORT const ZydisShortString* ZydisMnemonicGetStringWrapped | ( | ZydisMnemonic | mnemonic | ) |
Returns the specified instruction mnemonic as ZydisShortString
.
mnemonic | The mnemonic. |
ZYAN_NULL
, if an invalid mnemonic was passed.The buffer
of the returned struct is guaranteed to be zero-terminated in this special case.