Zydis
v2.0.0-alpha1
|
#include <Zydis/Defines.h>
#include <Zydis/CommonTypes.h>
#include <Zydis/Generated/MnemonicDefines.h>
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 uint16_t ZydisMnemonic |
Defines the ZydisMnemonic
datatype.
ZYDIS_EXPORT const char* ZydisMnemonicGetString | ( | ZydisMnemonic | mnemonic | ) |
Returns the specified instruction mnemonic string.
mnemonic | The mnemonic. |
NULL
, if an invalid mnemonic was passed.