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

Class DummyStruct

tests/test_struct.py:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29class DummyStruct(BaseStruct):
30 _fields_ = [
31 ('A', ctypes.c_uint32),
32 ('B', ctypes.c_uint64),
33 ('C', DummyInternalStruct),
34 ('D', ctypes.c_char * 16)
35 ]
36
37
38# we only need context and not going to run anything anyway, so just use whatever

Callers 2

setUpMethod · 0.85
test_save_toMethod · 0.85

Calls

no outgoing calls

Tested by 2

setUpMethod · 0.68
test_save_toMethod · 0.68