MCPcopy Create free account
hub / github.com/qilingframework/qiling / func

Function func

examples/extensions/r2/hello_r2.py:14–16  ·  view source on GitHub ↗
(ql: Qiling, *args, **kwargs)

Source from the content-addressed store, hash-verified

12
13
14def func(ql: Qiling, *args, **kwargs):
15 ql.os.stdout.write(b"=====hooked main=====!\n")
16 return
17
18
19def my_sandbox(path, rootfs):

Callers 13

transform_syscallsFunction · 0.85
innerFunction · 0.85
magicMethod · 0.85
callMethod · 0.85
cbMethod · 0.85
wrapperFunction · 0.85
__get_syscall_mapperMethod · 0.85
wrapperMethod · 0.85
readMethod · 0.85
writeMethod · 0.85
call_hook_setMethod · 0.85
call_hook_resetMethod · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected