Zydis 5.0.0
Zyan Disassembler Library
Loading...
Searching...
No Matches
ZydisShortString_ Struct Reference

Defines the ZydisShortString struct. More...

#include </builddir/build/BUILD/zydis-5.0.0-build/zydis-5091440c2a1f963e00c6e6aceec7c4346e656fa4/include/Zydis/ShortString.h>

Data Fields

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

Detailed Description

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.

Field Documentation

◆ data

const char* data

The buffer that contains the actual (null-terminated) string.

◆ size

ZyanU8 size

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


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