Zydis
master
|
Defines the ZydisShortString
struct.
More...
#include <ShortString.h>
Data Fields | |
const char * | data |
The buffer that contains the actual (null-terminated) string. More... | |
ZyanU8 | size |
The length (number of characters) of the string (without 0-termination). More... | |
Defines the ZydisShortString
struct.
This compact struct is mainly used for internal string-tables to save up some bytes.
All fields in this struct should be considered as "private". Any changes may lead to unexpected behavior.
const char* data |
The buffer that contains the actual (null-terminated) string.
ZyanU8 size |
The length (number of characters) of the string (without 0-termination).