SymbQuery Type
Represents a symbolic query evaluated by SymbExecutor.Run.
Union cases
| Union case |
Description
|
|
Ask whether execution can reach the given address.
|
|
Ask whether execution can reach a state satisfying the predicate.
|
|
Ask for concrete symbolic-input values reaching the given address.
|
|
Ask for concrete symbolic-input values reaching a matching state.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsReachAddress
Returns: bool
|
|
Full Usage:
this.IsReachState
Returns: bool
|
|
Full Usage:
this.IsSatisfyAddress
Returns: bool
|
|
Full Usage:
this.IsSatisfyState
Returns: bool
|
|
B2R2