32 #ifndef ZYDIS_MNEMONIC_H
33 #define ZYDIS_MNEMONIC_H
Import/export defines for MSVC builds.
#define ZYDIS_EXPORT
Symbol is exported in shared library builds.
Definition: Defines.h:67
enum ZydisMnemonic_ ZydisMnemonic
Defines the ZydisMnemonic enum.
Defines the immutable and storage-efficient ZydisShortString struct, which is used to store strings i...
ZYDIS_EXPORT const ZydisShortString * ZydisMnemonicGetStringWrapped(ZydisMnemonic mnemonic)
Returns the specified instruction mnemonic as ZydisShortString.
ZYDIS_EXPORT const char * ZydisMnemonicGetString(ZydisMnemonic mnemonic)
Returns the specified instruction mnemonic string.
Defines the ZydisShortString struct.
Definition: ShortString.h:60