SymbState Type
Represents the main symbolic evaluation state.
Constructors
| Constructor |
Description
|
|
|
|
|
Full Usage:
SymbState(regs, temps, lbls, mem, pathCond)
Parameters:
SymbVariables
temps : SymbVariables
lbls : Labels
mem : ISymbMemory
pathCond : SymbExpr list
Returns: SymbState
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.AbortInstr
Parameters:
bool
|
|
|
Adds a 1-bit bit-vector condition that must evaluate to true.
|
Full Usage:
this.AdvancePC
Parameters:
uint32
Modifiers: inline |
|
|
|
Full Usage:
this.CurrentInsLen
Returns: uint32
|
|
|
|
|
|
|
|
Full Usage:
this.IsInstrTerminated
Returns: bool
|
|
|
|
|
|
Full Usage:
this.NeedToEvaluateIEMark
Returns: bool
|
|
Full Usage:
this.NextStmt
Modifiers: inline |
|
Full Usage:
this.PC
Returns: uint64
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.StmtIdx
Returns: int
|
|
|
|
|
|
|
|
Full Usage:
this.UnsetTmp
Parameters:
int
|
|
B2R2