Zydis
v2.0.2
|
Defines the ZydisString
struct.
More...
#include <String.h>
Data Fields | |
char * | buffer |
The buffer that contains the actual string (0-termination is optional!). More... | |
ZydisUSize | length |
The length of the string (without 0-termination). More... | |
ZydisUSize | capacity |
The total buffer capacity. More... | |
Defines the ZydisString
struct.
char* buffer |
The buffer that contains the actual string (0-termination is optional!).
ZydisUSize capacity |
The total buffer capacity.
ZydisUSize length |
The length of the string (without 0-termination).