Zydis
master
|
Contains information used by instruction size prediction algorithm inside ZydisEncoderEncodeInstructionAbsolute
.
More...
#include <EncoderData.h>
Data Fields | |
ZyanU8 | size [3][3] |
Sizes of instruction variants. More... | |
ZyanU8 | accepts_scaling_hints |
See ZydisSizeHint . More... | |
ZyanBool | accepts_branch_hints |
True if instruction accepts branch hint prefixes. More... | |
ZyanBool | accepts_bound |
True if instruction accepts bound (BND ) prefix. More... | |
Contains information used by instruction size prediction algorithm inside ZydisEncoderEncodeInstructionAbsolute
.
ZyanBool accepts_bound |
True if instruction accepts bound (BND
) prefix.
ZyanBool accepts_branch_hints |
True if instruction accepts branch hint prefixes.
ZyanU8 accepts_scaling_hints |
See ZydisSizeHint
.
ZyanU8 size[3][3] |
Sizes of instruction variants.
First index is effective address size. Second index is desired immediate size (8, 16 and 32 bits respectively).