MCPcopy Create free account
hub / github.com/qilingframework/qiling / pack64s

Method pack64s

qiling/core_struct.py:56–57  ·  view source on GitHub ↗
(self, x: int, /)

Source from the content-addressed store, hash-verified

54 return self._fmt64.pack(x)
55
56 def pack64s(self, x: int, /) -> bytes:
57 return self._fmt64s.pack(x)
58
59 def unpack64(self, x: ReadableBuffer, /) -> int:
60 return self._fmt64.unpack(x)[0]

Callers

nothing calls this directly

Calls 1

packMethod · 0.45

Tested by

no test coverage detected