Zydis  v2.0.0-beta1
ZydisStaticString_ Struct Reference

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...
 

Detailed Description

Defines the ZydisStaticString struct.

This more compact struct is mainly used for internal string-tables to save up some bytes.

Field Documentation

◆ buffer

const char* buffer

The buffer that contains the actual string (0-termination is optional!).

◆ length

ZydisU8 length

The length of the string (without 0-termination).


The documentation for this struct was generated from the following file: