MCPcopy 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_writeMethod · 0.80
hook_GetSystemTImeFunction · 0.80
__getdents_commonFunction · 0.80
load_kextMethod · 0.80

Calls 1

packMethod · 0.45

Tested by

no test coverage detected