◆ __init__()
def miasm.ir.symbexec_top.SymbolicStateTop.__init__ |
( |
|
self, |
|
|
|
dct, |
|
|
|
regstop |
|
) |
| |
◆ __eq__()
def miasm.ir.symbexec_top.SymbolicStateTop.__eq__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ __hash__()
def miasm.ir.symbexec_top.SymbolicStateTop.__hash__ |
( |
|
self | ) |
|
◆ __iter__()
def miasm.ir.symbexec_top.SymbolicStateTop.__iter__ |
( |
|
self | ) |
|
◆ __ne__()
def miasm.ir.symbexec_top.SymbolicStateTop.__ne__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ __str__()
def miasm.ir.symbexec_top.SymbolicStateTop.__str__ |
( |
|
self | ) |
|
◆ merge()
def miasm.ir.symbexec_top.SymbolicStateTop.merge |
( |
|
self, |
|
|
|
other |
|
) |
| |
Merge two symbolic states
Only equal expressions are kept in both states
@other: second symbolic state
Reimplemented from miasm.ir.symbexec.StateEngine.
◆ regstop()
def miasm.ir.symbexec_top.SymbolicStateTop.regstop |
( |
|
self | ) |
|
Return the set of expression with TOP values
◆ symbols()
def miasm.ir.symbexec_top.SymbolicStateTop.symbols |
( |
|
self | ) |
|
Return the dictionary of known symbols
◆ regstop
miasm.ir.symbexec_top.SymbolicStateTop.regstop |
◆ symbols
miasm.ir.symbexec_top.SymbolicStateTop.symbols |
The documentation for this class was generated from the following file: