.git-blame-ignore-revs
.gitattributes
COPYRIGHT
LICENSE
MANIFEST.in
README.md
pyproject.toml
tox.ini
dissect.cstruct.egg-info/PKG-INFO
dissect.cstruct.egg-info/SOURCES.txt
dissect.cstruct.egg-info/dependency_links.txt
dissect.cstruct.egg-info/entry_points.txt
dissect.cstruct.egg-info/requires.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/tools/__init__.py
dissect/cstruct/tools/stubgen.py
dissect/cstruct/types/__init__.py
dissect/cstruct/types/base.py
dissect/cstruct/types/char.py
dissect/cstruct/types/enum.py
dissect/cstruct/types/flag.py
dissect/cstruct/types/int.py
dissect/cstruct/types/leb128.py
dissect/cstruct/types/packed.py
dissect/cstruct/types/pointer.py
dissect/cstruct/types/structure.py
dissect/cstruct/types/void.py
dissect/cstruct/types/wchar.py
examples/disk.py
examples/mirai.py
examples/pe.py
examples/protobuf.py
examples/secdesc.py
tests/__init__.py
tests/conftest.py
tests/test_align.py
tests/test_annotations.py
tests/test_basic.py
tests/test_bitbuffer.py
tests/test_bitfield.py
tests/test_compiler.py
tests/test_ctypes.py
tests/test_expression.py
tests/test_parser.py
tests/test_tools_stubgen.py
tests/test_types_base.py
tests/test_types_char.py
tests/test_types_custom.py
tests/test_types_enum.py
tests/test_types_flag.py
tests/test_types_int.py
tests/test_types_leb128.py
tests/test_types_packed.py
tests/test_types_pointer.py
tests/test_types_structure.py
tests/test_types_union.py
tests/test_types_void.py
tests/test_types_wchar.py
tests/test_utils.py
tests/utils.py
tests/_data/testdef.txt
tests/_docs/Makefile
tests/_docs/__init__.py
tests/_docs/conf.py
tests/_docs/index.rst