MCPcopy 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_writeMethod · 0.80
_QueryInformationProcessFunction · 0.80
hook_GetDiskFreeSpaceWFunction · 0.80
transform_pathFunction · 0.80
inet_htoaFunction · 0.80
ql_syscall_timesFunction · 0.80
ql_syscall_fcntl64_macosFunction · 0.80
map_commpageFunction · 0.80
sality.pyFile · 0.80

Calls 1

packMethod · 0.45

Tested by 1