Zydis 5.0.0
Zyan Disassembler Library
Loading...
Searching...
No Matches
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 </builddir/build/BUILD/zydis-5.0.0-build/zydis-5091440c2a1f963e00c6e6aceec7c4346e656fa4/include/Zydis/Internal/EncoderData.h>

Data Fields

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

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: