MCPcopy Index your code
hub / github.com/qilingframework/qiling / on_exit

Method on_exit

tests/test_kernel_proxy.py:196–197  ·  view source on GitHub ↗
(ql, *args)

Source from the content-addressed store, hash-verified

194 exit_hook_called = []
195
196 def on_exit(ql, *args):
197 exit_hook_called.append(True)
198
199 ql.os.set_syscall('brk', on_exit, QL_INTERCEPT.EXIT)
200 ql.run()

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected