CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
VERSION
pyproject.toml
src/malstruct/__init__.py
src/malstruct/adapters.py
src/malstruct/alignment.py
src/malstruct/analysis.py
src/malstruct/bytes_.py
src/malstruct/conditional.py
src/malstruct/core.py
src/malstruct/debug.py
src/malstruct/exceptions.py
src/malstruct/expr.py
src/malstruct/helpers.py
src/malstruct/html.py
src/malstruct/integers.py
src/malstruct/lazy.py
src/malstruct/mappings.py
src/malstruct/miscellaneous.py
src/malstruct/network.py
src/malstruct/stream.py
src/malstruct/strings.py
src/malstruct/transforms.py
src/malstruct.egg-info/PKG-INFO
src/malstruct.egg-info/SOURCES.txt
src/malstruct.egg-info/dependency_links.txt
src/malstruct.egg-info/requires.txt
src/malstruct.egg-info/top_level.txt
src/malstruct/binaryfiles/__init__.py
src/malstruct/binaryfiles/dotnet.py
src/malstruct/binaryfiles/elfutils.py
src/malstruct/binaryfiles/machoutils.py
src/malstruct/binaryfiles/peutils.py
src/malstruct/lib/__init__.py
src/malstruct/lib/binary.py
src/malstruct/lib/bitstream.py
src/malstruct/lib/containers.py
src/malstruct/lib/custombase64.py
src/malstruct/lib/hexd.py
src/malstruct/windows/__init__.py
src/malstruct/windows/constants.py
src/malstruct/windows/enums.py
src/malstruct/windows/structures.py
src/pecon/__init__.py
src/pecon/pecon.py
tests/test_analysis.py
tests/test_binaryfiles.py
tests/test_core.py
tests/test_dotnet.py
tests/test_expr.py
tests/test_helpers.py
tests/test_integers.py
tests/test_mappings.py
tests/test_miscellaneous.py
tests/test_multiprocessing.py
tests/test_network.py
tests/test_strings.py
tests/test_transforms.py
tests/test_windows.py