Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/qilingframework/qiling
/ on_enter
Method
on_enter
tests/test_kernel_proxy.py:217–219 ·
view source on GitHub ↗
(ql, *args)
Source
from the content-addressed store, hash-verified
215
enter_hook_called = []
216
217
def
on_enter(ql, *args):
218
enter_hook_called.append(args)
219
return
None
# don't override args
220
221
ql.os.set_syscall(
'brk'
, on_enter, QL_INTERCEPT.ENTER)
222
ql.run()
Callers
nothing calls this directly
Calls
1
append
Method · 0.45
Tested by
no test coverage detected