MCPcopy Create free account
hub / github.com/qilingframework/qiling / DiffedState

Class DiffedState

qiling/debugger/qdb/utils.py:151–160  ·  view source on GitHub ↗

internal container for storing diffed state

Source from the content-addressed store, hash-verified

149
150
151class DiffedState:
152 """
153 internal container for storing diffed state
154 """
155
156 def __init__(self, reg, xreg, ram, loader):
157 self.reg: Dict[str, int] = reg
158 self.xreg: Dict[str, int] = xreg
159 self.ram: Dict[RamDiffKey, RamDiffVal] = ram
160 self.loader: Dict[str, Any] = loader
161
162
163class State:

Callers 1

diffMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected