Constructor | Description |
|
Instance member | Description |
|
Size of the main operation performed by the instruction. This field is mainly used by our lifter, and we suggest not to use this field for analyzing binaries because there is some ambiguity in deciding the operation size when the instruction semantics are complex. We use this only for the purpose of optimizing the lifting process.
|
|
|
|
|
|
Size of the memory pointer in the instruction, i.e., how many bytes are required to represent a memory address. This field may hold a dummy value if there's no memory operand. This is mainly used for the lifting purpose along with the MainOperationSize.
|
|
|
|
|
|
|