Zydis
v2.0.2
|
Defines the ZydisStaticString
struct.
More...
#include <String.h>
Data Fields | |
const char * | buffer |
The buffer that contains the actual string (0-termination is optional!). More... | |
ZydisU8 | length |
The length of the string (without 0-termination). More... | |
Defines the ZydisStaticString
struct.
This more compact struct is mainly used for internal string-tables to save up some bytes.
const char* buffer |
The buffer that contains the actual string (0-termination is optional!).
ZydisU8 length |
The length of the string (without 0-termination).