ConcStopPoint<'State> Type
Represents a concrete stop point observed by a user-defined predicate.
Record fields
| Record Field |
Description
|
Current instruction address.
|
|
Full Usage:
InstructionCount
Field type: int
|
Number of executed machine instructions.
|
Full Usage:
State
Field type: 'State
|
Concrete executor state.
|
B2R2