Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/qilingframework/qiling
/ inner
Function
inner
qiling/debugger/qdb/qdb.py:33–36 ·
view source on GitHub ↗
(self: 'QlQdb', *args, **kwargs)
Source
from the content-addressed store, hash-verified
31
""
"
32
33
def
inner(self:
'QlQdb'
, *args, **kwargs) -> None:
34
self.render.prev_regs = self.render.get_regs()
35
36
func(self, *args, **kwargs)
37
38
return
inner
39
Callers
nothing calls this directly
Calls
4
func
Function · 0.85
qdb_print
Function · 0.85
get_regs
Method · 0.80
has_ended
Method · 0.80
Tested by
no test coverage detected