32 #ifndef ZYDIS_MNEMONIC_H 33 #define ZYDIS_MNEMONIC_H 35 #include <Zycore/Types.h> 46 #include <Zydis/Generated/EnumMnemonic.h> Defines the ZydisShortString struct.
Definition: ShortString.h:58
ZYDIS_EXPORT const char * ZydisMnemonicGetString(ZydisMnemonic mnemonic)
Returns the specified instruction mnemonic string.
ZYDIS_EXPORT const ZydisShortString * ZydisMnemonicGetStringWrapped(ZydisMnemonic mnemonic)
Returns the specified instruction mnemonic as ZydisShortString.
Defines the immutable and storage-efficient ZydisShortString struct, which is used to store strings i...