Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/qilingframework/qiling
/ pack32
Method
pack32
qiling/core_struct.py:65–66 ·
view source on GitHub ↗
(self, x: int, /)
Source
from the content-addressed store, hash-verified
63
return
self._fmt64s.unpack(x)[0]
64
65
def
pack32(self, x: int, /) -> bytes:
66
return
self._fmt32.pack(x)
67
68
def
pack32s(self, x: int, /) -> bytes:
69
return
self._fmt32s.pack(x)
Callers
10
__reg_mem_write
Method · 0.80
_QueryInformationProcess
Function · 0.80
hook_GetDiskFreeSpaceW
Function · 0.80
transform_path
Function · 0.80
inet_htoa
Function · 0.80
ql_syscall_times
Function · 0.80
ql_syscall_fcntl64_macos
Function · 0.80
map_commpage
Function · 0.80
test_pe_win_x86_sality
Method · 0.80
sality.py
File · 0.80
Calls
1
pack
Method · 0.45
Tested by
1
test_pe_win_x86_sality
Method · 0.64