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