EVMExeCtx Type
Record fields
| Record Field |
Description
|
|
A mapping from a program point to a boolean value indicating whether the variable defined at that point has been evaluated to true or false. We do not use SensitiveProgramPoint here because we hate path explosion.
|
Full Usage:
StackOffset
Field type: int
|
The stack offset of the current vertex.
|
B2R2