Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/qilingframework/qiling
/ on_getpid_exit
Method
on_getpid_exit
tests/test_kernel_proxy.py:85–86 ·
view source on GitHub ↗
(ql, *args)
Source
from the content-addressed store, hash-verified
83
results = []
84
85
def
on_getpid_exit(ql, *args):
86
results.append(args[-1])
87
88
ql.os.set_syscall(
'getpid'
, on_getpid_exit, QL_INTERCEPT.EXIT)
89
ql.run()
Callers
nothing calls this directly
Calls
1
append
Method · 0.45
Tested by
no test coverage detected