Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/qilingframework/qiling
/ on_brk_exit
Method
on_brk_exit
tests/test_kernel_proxy.py:110–111 ·
view source on GitHub ↗
(ql, *args)
Source
from the content-addressed store, hash-verified
108
brk_results = []
109
110
def
on_brk_exit(ql, *args):
111
brk_results.append(args[-1])
112
113
ql.os.set_syscall(
'brk'
, on_brk_exit, QL_INTERCEPT.EXIT)
114
ql.run()
Callers
nothing calls this directly
Calls
1
append
Method · 0.45
Tested by
no test coverage detected