Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/qilingframework/qiling
/ pack64
Method
pack64
qiling/core_struct.py:53–54 ·
view source on GitHub ↗
(self, x: int, /)
Source
from the content-addressed store, hash-verified
51
self.unpacks = ups
52
53
def
pack64(self, x: int, /) -> bytes:
54
return
self._fmt64.pack(x)
55
56
def
pack64s(self, x: int, /) -> bytes:
57
return
self._fmt64s.pack(x)
Callers
5
__reg_mem_write
Method · 0.80
hook_GetSystemTIme
Function · 0.80
hook_GetSystemTimePreciseAsFileTime
Function · 0.80
__getdents_common
Function · 0.80
load_kext
Method · 0.80
Calls
1
pack
Method · 0.45
Tested by
no test coverage detected