MCPcopy Index your code
hub / github.com/qilingframework/qiling / sizeof

Method sizeof

qiling/os/struct.py:181–185  ·  view source on GitHub ↗

Get structure size in bytes.

(cls)

Source from the content-addressed store, hash-verified

179
180 @classmethod
181 def sizeof(cls) -> int:
182 """Get structure size in bytes.
183 """
184
185 return ctypes.sizeof(cls)
186
187 @classmethod
188 def offsetof(cls, fname: str) -> int:

Callers 15

load_fromMethod · 0.80
loadFromMemMethod · 0.80
io_WriteFunction · 0.80
ioctlFunction · 0.80
make_pebFunction · 0.80
__init__Method · 0.80
make_sidFunction · 0.80
make_system_infoFunction · 0.80
_QuerySystemInformationFunction · 0.80
hook_ZwQueryObjectFunction · 0.80
_SetInformationProcessFunction · 0.80

Calls

no outgoing calls

Tested by 5

setUpMethod · 0.64
__read_dataMethod · 0.64
test_wcharMethod · 0.64
test_wchar_arrayMethod · 0.64
lsMethod · 0.64