COPYRIGHT
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/dissect-ci.yml
dissect.cstruct.egg-info/PKG-INFO
dissect.cstruct.egg-info/SOURCES.txt
dissect.cstruct.egg-info/dependency_links.txt
dissect.cstruct.egg-info/top_level.txt
dissect/cstruct/__init__.py
dissect/cstruct/bitbuffer.py
dissect/cstruct/compiler.py
dissect/cstruct/cstruct.py
dissect/cstruct/exceptions.py
dissect/cstruct/expression.py
dissect/cstruct/parser.py
dissect/cstruct/utils.py
dissect/cstruct/types/__init__.py
dissect/cstruct/types/base.py
dissect/cstruct/types/bytesinteger.py
dissect/cstruct/types/chartype.py
dissect/cstruct/types/enum.py
dissect/cstruct/types/flag.py
dissect/cstruct/types/instance.py
dissect/cstruct/types/packedtype.py
dissect/cstruct/types/pointer.py
dissect/cstruct/types/structure.py
dissect/cstruct/types/voidtype.py
dissect/cstruct/types/wchartype.py
examples/disk.py
examples/mirai.py
examples/pe.py
examples/secdesc.py
tests/__init__.py
tests/conftest.py
tests/test_align.py
tests/test_basic.py
tests/test_bitbuffer.py
tests/test_bitfield.py
tests/test_bytesinteger.py
tests/test_ctypes_type.py
tests/test_enum.py
tests/test_expression.py
tests/test_flag.py
tests/test_pointer.py
tests/test_struct.py
tests/test_union.py
tests/test_util.py
tests/test_utils.py
tests/utils.py
tests/data/testdef.txt