Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/qilingframework/qiling
/ pack
Method
pack
qiling/os/linux/function_hook.py:361–362 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
359
return
self.r_info >> 8
360
361
def
pack(self):
362
return
struct.pack(self.fmt, self.r_offset, self.r_info)
363
364
class
ELF64_Rel(ELF_Rel):
365
Rel_SIZE = 8 * 2
Callers
15
pack64
Method · 0.45
pack64s
Method · 0.45
pack32
Method · 0.45
pack32s
Method · 0.45
pack16
Method · 0.45
pack16s
Method · 0.45
pack8
Method · 0.45
pack8s
Method · 0.45
__init__
Method · 0.45
syscall
Method · 0.45
syscall_ex
Method · 0.45
_fd_op
Method · 0.45
Calls
no outgoing calls
Tested by
3
test_forward_returns_fd
Method · 0.36
test_proxy_fd_dup
Method · 0.36
test_ipc_roundtrip
Method · 0.36