32 #ifndef ZYDIS_MNEMONIC_H
33 #define ZYDIS_MNEMONIC_H
35 #include <Zycore/Types.h>
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:59