COPYRIGHT
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/dissect-ci.yml
dissect.volume.egg-info/PKG-INFO
dissect.volume.egg-info/SOURCES.txt
dissect.volume.egg-info/dependency_links.txt
dissect.volume.egg-info/requires.txt
dissect.volume.egg-info/top_level.txt
dissect/volume/__init__.py
dissect/volume/exceptions.py
dissect/volume/ldm.py
dissect/volume/vss.py
dissect/volume/disk/__init__.py
dissect/volume/disk/disk.py
dissect/volume/disk/partition.py
dissect/volume/disk/schemes/__init__.py
dissect/volume/disk/schemes/apm.py
dissect/volume/disk/schemes/gpt.py
dissect/volume/disk/schemes/mbr.py
dissect/volume/lvm/__init__.py
dissect/volume/lvm/lvm2.py
dissect/volume/lvm/metadata.py
dissect/volume/lvm/physical.py
tests/__init__.py
tests/conftest.py
tests/test_apm.py
tests/test_gpt.py
tests/test_lvm.py
tests/test_mbr.py
tests/data/apm.bin
tests/data/gpt.bin
tests/data/gpt_4k.bin
tests/data/gpt_esxi.bin
tests/data/gpt_hybrid.bin
tests/data/gpt_no_name_xff.bin
tests/data/lvm.bin.gz
tests/data/mbr.bin