SymbEvalError Type
Represents an error encountered during symbolic evaluation.
Union cases
| Union case |
Description
|
|
|
|
|
|
|
Full Usage:
UninitializedTemporary int
Parameters:
int
|
|
Full Usage:
UnsupportedExpression string
Parameters:
string
|
|
Full Usage:
UnsupportedOperation string
Parameters:
string
|
|
Full Usage:
UnsupportedStatement string
Parameters:
string
|
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsInvalidMemoryRead
Returns: bool
|
|
Full Usage:
this.IsSolverFailure
Returns: bool
|
|
Full Usage:
this.IsUninitializedRegister
Returns: bool
|
|
Full Usage:
this.IsUninitializedTemporary
Returns: bool
|
|
Full Usage:
this.IsUnsupportedExpression
Returns: bool
|
|
Full Usage:
this.IsUnsupportedOperation
Returns: bool
|
|
Full Usage:
this.IsUnsupportedStatement
Returns: bool
|
|
Full Usage:
this.IsUnsupportedSymbolicAddress
Returns: bool
|
|
B2R2