33 #ifndef ZYDIS_SHORTSTRING_H
34 #define ZYDIS_SHORTSTRING_H
36 #include <ZydisExportConfig.h>
37 #include <Zycore/Defines.h>
38 #include <Zycore/Types.h>
81 #define ZYDIS_MAKE_SHORTSTRING(string) \
82 { string, sizeof(string) - 1 }
struct ZydisShortString_ ZydisShortString
Defines the ZydisShortString struct.
Defines the ZydisShortString struct.
Definition: ShortString.h:59
ZyanU8 size
The length (number of characters) of the string (without 0-termination).
Definition: ShortString.h:67
const char * data
The buffer that contains the actual (null-terminated) string.
Definition: ShortString.h:63