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