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

Method pack32s

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

Source from the content-addressed store, hash-verified

66 return self._fmt32.pack(x)
67
68 def pack32s(self, x: int, /) -> bytes:
69 return self._fmt32s.pack(x)
70
71 def unpack32(self, x: ReadableBuffer, /) -> int:
72 return self._fmt32.unpack(x)[0]

Callers

nothing calls this directly

Calls 1

packMethod · 0.45

Tested by

no test coverage detected