ISymbMemory Type
Represents a symbolic memory used in the evaluation.
Instance members
| Instance member |
Description
|
Full Usage:
this.ByteRead
Parameters:
Addr
Returns: Result<SymbExpr, SymbEvalError>
Modifiers: abstract |
|
|
|
Full Usage:
this.Clear
Modifiers: abstract |
Clears up the memory contents; make the whole memory empty. |
|
Return an independent copy of this memory object.
|
|
B2R2