Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_from
Method · 0.80
loadFromMem
Method · 0.80
io_Write
Function · 0.80
ioctl
Function · 0.80
make_peb
Function · 0.80
__init__
Method · 0.80
make_sid
Function · 0.80
make_system_info
Function · 0.80
hook_AllocateAndInitializeSid
Function · 0.80
_QuerySystemInformation
Function · 0.80
hook_ZwQueryObject
Function · 0.80
_SetInformationProcess
Function · 0.80
Calls
no outgoing calls
Tested by
5
setUp
Method · 0.64
__read_data
Method · 0.64
test_wchar
Method · 0.64
test_wchar_array
Method · 0.64
ls
Method · 0.64