Zydis  v4.1.0
ZydisEncoderLookupEntry_ Struct Reference

Used in encoder's primary lookup table which allows to access a set of instruction definitions for specified mnemonic in constant time. More...

#include <EncoderData.h>

Data Fields

ZyanU16 encoder_reference
 Index to main array of ZydisEncodableInstruction. More...
 
ZyanU8 instruction_count
 The number of entries. More...
 

Detailed Description

Used in encoder's primary lookup table which allows to access a set of instruction definitions for specified mnemonic in constant time.

Field Documentation

◆ encoder_reference

ZyanU16 encoder_reference

Index to main array of ZydisEncodableInstruction.

◆ instruction_count

ZyanU8 instruction_count

The number of entries.


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