|
Zydis
v4.0.0-rc.1
|
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... | |
Contains information used by instruction size prediction algorithm inside ZydisEncoderEncodeInstructionAbsolute.
| 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).