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

Method _diff_xreg

qiling/debugger/qdb/utils.py:188–189  ·  view source on GitHub ↗
(self, other: State)

Source from the content-addressed store, hash-verified

186 return State.__dict_diff(self.reg, other.reg)
187
188 def _diff_xreg(self, other: State) -> Dict[str, int]:
189 return State.__dict_diff(self.xreg, other.xreg)
190
191 def _diff_ram(self, other: State) -> Dict[RamDiffKey, RamDiffVal]:
192 ram0 = self.ram

Callers 1

diffMethod · 0.95

Calls 1

__dict_diffMethod · 0.80

Tested by

no test coverage detected