Zydis
v2.0.3
|
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... | |
ZYDIS_EXPORT const ZydisStaticString * | ZydisMnemonicGetStaticString (ZydisMnemonic mnemonic) |
Returns the specified instruction mnemonic as ZydisStaticString . More... | |
Mnemonic constant definitions and helper functions.
ZYDIS_EXPORT const ZydisStaticString* ZydisMnemonicGetStaticString | ( | ZydisMnemonic | mnemonic | ) |
Returns the specified instruction mnemonic as ZydisStaticString
.
mnemonic | The mnemonic. |
NULL
, if an invalid mnemonic was passed.The buffer
of the returned struct is guaranteed to be zero-terminated in this special case.
ZYDIS_EXPORT const char* ZydisMnemonicGetString | ( | ZydisMnemonic | mnemonic | ) |
Returns the specified instruction mnemonic string.
mnemonic | The mnemonic. |
NULL
, if an invalid mnemonic was passed.