Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
def
func(ql: Qiling, *args, **kwargs):
15
ql.os.stdout.write(b
"=====hooked main=====!\n"
)
16
return
17
18
19
def
my_sandbox(path, rootfs):
Callers
13
transform_syscalls
Function · 0.85
inner
Function · 0.85
magic
Method · 0.85
call
Method · 0.85
cb
Method · 0.85
wrapper
Function · 0.85
__get_syscall_mapper
Method · 0.85
wrapper
Method · 0.85
read
Method · 0.85
write
Method · 0.85
call_hook_set
Method · 0.85
call_hook_reset
Method · 0.85
Calls
1
write
Method · 0.45
Tested by
no test coverage detected