.gitattributes
COPYRIGHT
LICENSE
MANIFEST.in
README.md
pyproject.toml
tox.ini
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/bsd.py
dissect/volume/disk/schemes/gpt.py
dissect/volume/disk/schemes/mbr.py
dissect/volume/dm/__init__.py
dissect/volume/dm/btree.py
dissect/volume/dm/c_dm.py
dissect/volume/dm/thin.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_bsd.py
tests/test_dm.py
tests/test_gpt.py
tests/test_lvm.py
tests/test_mbr.py
tests/data/apm.bin
tests/data/bsd.bin
tests/data/bsd64.bin.gz
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
tests/data/dm/dm-thin-data.bin.gz
tests/data/dm/dm-thin-metadata.bin.gz
tests/docs/Makefile
tests/docs/conf.py
tests/docs/index.rst