ACKNOWLEDGEMENTS
AUTHORS
LICENSE
MANIFEST.in
README
dependencies.ini
run_tests.py
setup.cfg
setup.py
config/end-to-end.ini
config/dpkg/changelog
config/dpkg/clean
config/dpkg/compat
config/dpkg/control
config/dpkg/copyright
config/dpkg/python-dfvfs.install
config/dpkg/python3-dfvfs.install
config/dpkg/rules
config/dpkg/source/format
config/jenkins/travis.ini
config/jenkins/greendale/acserver.ini
config/jenkins/greendale/dean_mac.ini
config/jenkins/greendale/registrar.ini
config/jenkins/greendale/studentpc10.ini
config/jenkins/greendale/studentpc8.ini
config/jenkins/linux/run_end_to_end_tests.sh
config/linux/gift_ppa_install.sh
config/travis/install.sh
config/travis/run_with_timeout.sh
config/travis/runtests.sh
dfvfs/__init__.py
dfvfs.egg-info/PKG-INFO
dfvfs.egg-info/SOURCES.txt
dfvfs.egg-info/dependency_links.txt
dfvfs.egg-info/not-zip-safe
dfvfs.egg-info/top_level.txt
dfvfs/analyzer/__init__.py
dfvfs/analyzer/analyzer.py
dfvfs/analyzer/analyzer_helper.py
dfvfs/analyzer/bde_analyzer_helper.py
dfvfs/analyzer/bzip2_analyzer_helper.py
dfvfs/analyzer/cpio_analyzer_helper.py
dfvfs/analyzer/ewf_analyzer_helper.py
dfvfs/analyzer/fvde_analyzer_helper.py
dfvfs/analyzer/gzip_analyzer_helper.py
dfvfs/analyzer/lvm_analyzer_helper.py
dfvfs/analyzer/ntfs_analyzer_helper.py
dfvfs/analyzer/qcow_analyzer_helper.py
dfvfs/analyzer/specification.py
dfvfs/analyzer/tar_analyzer_helper.py
dfvfs/analyzer/tsk_analyzer_helper.py
dfvfs/analyzer/tsk_partition_analyzer_helper.py
dfvfs/analyzer/vhdi_analyzer_helper.py
dfvfs/analyzer/vmdk_analyzer_helper.py
dfvfs/analyzer/vshadow_analyzer_helper.py
dfvfs/analyzer/zip_analyzer_helper.py
dfvfs/compression/__init__.py
dfvfs/compression/bzip2_decompressor.py
dfvfs/compression/decompressor.py
dfvfs/compression/manager.py
dfvfs/compression/xz_decompressor.py
dfvfs/compression/zlib_decompressor.py
dfvfs/credentials/__init__.py
dfvfs/credentials/bde_credentials.py
dfvfs/credentials/credentials.py
dfvfs/credentials/encrypted_stream_credentials.py
dfvfs/credentials/fvde_credentials.py
dfvfs/credentials/keychain.py
dfvfs/credentials/manager.py
dfvfs/encoding/__init__.py
dfvfs/encoding/base16_decoder.py
dfvfs/encoding/base32_decoder.py
dfvfs/encoding/base64_decoder.py
dfvfs/encoding/decoder.py
dfvfs/encoding/manager.py
dfvfs/encryption/__init__.py
dfvfs/encryption/aes_decrypter.py
dfvfs/encryption/blowfish_decrypter.py
dfvfs/encryption/decrypter.py
dfvfs/encryption/des3_decrypter.py
dfvfs/encryption/manager.py
dfvfs/encryption/rc4_decrypter.py
dfvfs/file_io/__init__.py
dfvfs/file_io/bde_file_io.py
dfvfs/file_io/compressed_stream_io.py
dfvfs/file_io/cpio_file_io.py
dfvfs/file_io/data_range_io.py
dfvfs/file_io/encoded_stream_io.py
dfvfs/file_io/encrypted_stream_io.py
dfvfs/file_io/ewf_file_io.py
dfvfs/file_io/fake_file_io.py
dfvfs/file_io/file_io.py
dfvfs/file_io/file_object_io.py
dfvfs/file_io/fvde_file_io.py
dfvfs/file_io/gzip_file_io.py
dfvfs/file_io/lvm_file_io.py
dfvfs/file_io/ntfs_file_io.py
dfvfs/file_io/os_file_io.py
dfvfs/file_io/qcow_file_io.py
dfvfs/file_io/raw_file_io.py
dfvfs/file_io/sqlite_blob_file_io.py
dfvfs/file_io/tar_file_io.py
dfvfs/file_io/tsk_file_io.py
dfvfs/file_io/tsk_partition_file_io.py
dfvfs/file_io/vhdi_file_io.py
dfvfs/file_io/vmdk_file_io.py
dfvfs/file_io/vshadow_file_io.py
dfvfs/file_io/zip_file_io.py
dfvfs/helpers/__init__.py
dfvfs/helpers/fake_file_system_builder.py
dfvfs/helpers/file_system_searcher.py
dfvfs/helpers/source_scanner.py
dfvfs/helpers/text_file.py
dfvfs/helpers/volume_scanner.py
dfvfs/helpers/windows_path_resolver.py
dfvfs/lib/__init__.py
dfvfs/lib/bde.py
dfvfs/lib/cpio.py
dfvfs/lib/cpio.yaml
dfvfs/lib/data_format.py
dfvfs/lib/decorators.py
dfvfs/lib/definitions.py
dfvfs/lib/errors.py
dfvfs/lib/ewf.py
dfvfs/lib/fvde.py
dfvfs/lib/glob2regex.py
dfvfs/lib/gzipfile.py
dfvfs/lib/gzipfile.yaml
dfvfs/lib/lvm.py
dfvfs/lib/py2to3.py
dfvfs/lib/raw.py
dfvfs/lib/sqlite_database.py
dfvfs/lib/tsk_image.py
dfvfs/lib/tsk_partition.py
dfvfs/lib/vshadow.py
dfvfs/mount/__init__.py
dfvfs/mount/manager.py
dfvfs/path/__init__.py
dfvfs/path/bde_path_spec.py
dfvfs/path/compressed_stream_path_spec.py
dfvfs/path/cpio_path_spec.py
dfvfs/path/data_range_path_spec.py
dfvfs/path/encoded_stream_path_spec.py
dfvfs/path/encrypted_stream_path_spec.py
dfvfs/path/ewf_path_spec.py
dfvfs/path/factory.py
dfvfs/path/fake_path_spec.py
dfvfs/path/fvde_path_spec.py
dfvfs/path/gzip_path_spec.py
dfvfs/path/location_path_spec.py
dfvfs/path/lvm_path_spec.py
dfvfs/path/mount_path_spec.py
dfvfs/path/ntfs_path_spec.py
dfvfs/path/os_path_spec.py
dfvfs/path/path_spec.py
dfvfs/path/qcow_path_spec.py
dfvfs/path/raw_path_spec.py
dfvfs/path/sqlite_blob_path_spec.py
dfvfs/path/tar_path_spec.py
dfvfs/path/tsk_partition_path_spec.py
dfvfs/path/tsk_path_spec.py
dfvfs/path/vhdi_path_spec.py
dfvfs/path/vmdk_path_spec.py
dfvfs/path/vshadow_path_spec.py
dfvfs/path/zip_path_spec.py
dfvfs/resolver/__init__.py
dfvfs/resolver/cache.py
dfvfs/resolver/context.py
dfvfs/resolver/resolver.py
dfvfs/resolver_helpers/__init__.py
dfvfs/resolver_helpers/bde_resolver_helper.py
dfvfs/resolver_helpers/compressed_stream_resolver_helper.py
dfvfs/resolver_helpers/cpio_resolver_helper.py
dfvfs/resolver_helpers/data_range_resolver_helper.py
dfvfs/resolver_helpers/encoded_stream_resolver_helper.py
dfvfs/resolver_helpers/encrypted_stream_resolver_helper.py
dfvfs/resolver_helpers/ewf_resolver_helper.py
dfvfs/resolver_helpers/fake_resolver_helper.py
dfvfs/resolver_helpers/fvde_resolver_helper.py
dfvfs/resolver_helpers/gzip_resolver_helper.py
dfvfs/resolver_helpers/lvm_resolver_helper.py
dfvfs/resolver_helpers/manager.py
dfvfs/resolver_helpers/ntfs_resolver_helper.py
dfvfs/resolver_helpers/os_resolver_helper.py
dfvfs/resolver_helpers/qcow_resolver_helper.py
dfvfs/resolver_helpers/raw_resolver_helper.py
dfvfs/resolver_helpers/resolver_helper.py
dfvfs/resolver_helpers/sqlite_blob_resolver_helper.py
dfvfs/resolver_helpers/tar_resolver_helper.py
dfvfs/resolver_helpers/tsk_partition_resolver_helper.py
dfvfs/resolver_helpers/tsk_resolver_helper.py
dfvfs/resolver_helpers/vhdi_resolver_helper.py
dfvfs/resolver_helpers/vmdk_resolver_helper.py
dfvfs/resolver_helpers/vshadow_resolver_helper.py
dfvfs/resolver_helpers/zip_resolver_helper.py
dfvfs/serializer/__init__.py
dfvfs/serializer/json_serializer.py
dfvfs/serializer/serializer.py
dfvfs/vfs/__init__.py
dfvfs/vfs/bde_file_entry.py
dfvfs/vfs/bde_file_system.py
dfvfs/vfs/compressed_stream_file_entry.py
dfvfs/vfs/compressed_stream_file_system.py
dfvfs/vfs/cpio_file_entry.py
dfvfs/vfs/cpio_file_system.py
dfvfs/vfs/data_range_file_entry.py
dfvfs/vfs/data_range_file_system.py
dfvfs/vfs/encoded_stream_file_entry.py
dfvfs/vfs/encoded_stream_file_system.py
dfvfs/vfs/encrypted_stream_file_entry.py
dfvfs/vfs/encrypted_stream_file_system.py
dfvfs/vfs/fake_file_entry.py
dfvfs/vfs/fake_file_system.py
dfvfs/vfs/file_entry.py
dfvfs/vfs/file_system.py
dfvfs/vfs/fvde_file_entry.py
dfvfs/vfs/fvde_file_system.py
dfvfs/vfs/gzip_file_entry.py
dfvfs/vfs/gzip_file_system.py
dfvfs/vfs/lvm_file_entry.py
dfvfs/vfs/lvm_file_system.py
dfvfs/vfs/ntfs_file_entry.py
dfvfs/vfs/ntfs_file_system.py
dfvfs/vfs/os_file_entry.py
dfvfs/vfs/os_file_system.py
dfvfs/vfs/root_only_file_entry.py
dfvfs/vfs/root_only_file_system.py
dfvfs/vfs/sqlite_blob_file_entry.py
dfvfs/vfs/sqlite_blob_file_system.py
dfvfs/vfs/tar_file_entry.py
dfvfs/vfs/tar_file_system.py
dfvfs/vfs/tsk_file_entry.py
dfvfs/vfs/tsk_file_system.py
dfvfs/vfs/tsk_partition_file_entry.py
dfvfs/vfs/tsk_partition_file_system.py
dfvfs/vfs/vfs_stat.py
dfvfs/vfs/vshadow_file_entry.py
dfvfs/vfs/vshadow_file_system.py
dfvfs/vfs/zip_file_entry.py
dfvfs/vfs/zip_file_system.py
dfvfs/volume/__init__.py
dfvfs/volume/lvm_volume_system.py
dfvfs/volume/tsk_volume_system.py
dfvfs/volume/volume_system.py
dfvfs/volume/vshadow_volume_system.py
examples/__init__.py
examples/list_file_entries.py
examples/recursive_hasher.py
examples/source_analyzer.py
tests/__init__.py
tests/end-to-end.py
tests/test_lib.py
tests/analyzer/__init__.py
tests/analyzer/analyzer.py
tests/analyzer/specification.py
tests/compression/__init__.py
tests/compression/bzip2_decompressor.py
tests/compression/manager.py
tests/compression/test_lib.py
tests/compression/xz_decompressor.py
tests/compression/zlib_decompressor.py
tests/credentials/__init__.py
tests/credentials/keychain.py
tests/encoding/__init__.py
tests/encoding/base16_decoder.py
tests/encoding/base32_decoder.py
tests/encoding/base64_decoder.py
tests/encoding/manager.py
tests/encoding/test_lib.py
tests/encryption/__init__.py
tests/encryption/aes_decrypter.py
tests/encryption/blowfish_decrypter.py
tests/encryption/des3_decrypter.py
tests/encryption/manager.py
tests/encryption/rc4_decrypter.py
tests/encryption/test_lib.py
tests/file_io/__init__.py
tests/file_io/bde_file_io.py
tests/file_io/compressed_stream_io.py
tests/file_io/cpio_file_io.py
tests/file_io/data_range_io.py
tests/file_io/encoded_stream_io.py
tests/file_io/encrypted_stream_io.py
tests/file_io/ewf_file_io.py
tests/file_io/fake_file_io.py
tests/file_io/fvde_file_io.py
tests/file_io/gzip_file_io.py
tests/file_io/lvm_file_io.py
tests/file_io/ntfs_file_io.py
tests/file_io/os_file_io.py
tests/file_io/qcow_file_io.py
tests/file_io/raw_file_io.py
tests/file_io/sqlite_blob_file_io.py
tests/file_io/tar_file_io.py
tests/file_io/test_lib.py
tests/file_io/tsk_file_io.py
tests/file_io/tsk_partition_file_io.py
tests/file_io/vhdi_file_io.py
tests/file_io/vmdk_file_io.py
tests/file_io/vshadow_file_io.py
tests/file_io/zip_file_io.py
tests/helpers/__init__.py
tests/helpers/fake_file_system_builder.py
tests/helpers/file_system_searcher.py
tests/helpers/source_scanner.py
tests/helpers/text_file.py
tests/helpers/volume_scanner.py
tests/helpers/windows_path_resolver.py
tests/lib/__init__.py
tests/lib/cpio.py
tests/lib/ewf.py
tests/lib/glob2regex.py
tests/lib/gzipfile.py
tests/lib/raw.py
tests/mount/__init__.py
tests/mount/manager.py
tests/path/__init__.py
tests/path/bde_path_spec.py
tests/path/compressed_stream_path_spec.py
tests/path/cpio_path_spec.py
tests/path/data_range_path_spec.py
tests/path/encoded_stream_path_spec.py
tests/path/encryption_stream_path_spec.py
tests/path/ewf_path_spec.py
tests/path/factory.py
tests/path/fake_path_spec.py
tests/path/fvde_path_spec.py
tests/path/gzip_path_spec.py
tests/path/lvm_path_spec.py
tests/path/ntfs_path_spec.py
tests/path/os_path_spec.py
tests/path/qcow_path_spec.py
tests/path/raw_path_spec.py
tests/path/sqlite_blob_path_spec.py
tests/path/tar_path_spec.py
tests/path/test_lib.py
tests/path/tsk_partition_path_spec.py
tests/path/tsk_path_spec.py
tests/path/vhdi_path_spec.py
tests/path/vmdk_path_spec.py
tests/path/vshadow_path_spec.py
tests/path/zip_path_spec.py
tests/resolver/cache.py
tests/resolver/context.py
tests/resolver_helpers/__init__.py
tests/resolver_helpers/bde_resolver_helper.py
tests/resolver_helpers/compressed_stream_resolver_helper.py
tests/resolver_helpers/cpio_resolver_helper.py
tests/resolver_helpers/encoded_stream_resolver_helper.py
tests/resolver_helpers/encrypted_stream_resolver_helper.py
tests/resolver_helpers/ewf_resolver_helper.py
tests/resolver_helpers/fvde_resolver_helper.py
tests/resolver_helpers/gzip_resolver_helper.py
tests/resolver_helpers/lvm_resolver_helper.py
tests/resolver_helpers/manager.py
tests/resolver_helpers/ntfs_resolver_helper.py
tests/resolver_helpers/os_resolver_helper.py
tests/resolver_helpers/qcow_resolver_helper.py
tests/resolver_helpers/raw_resolver_helper.py
tests/resolver_helpers/sqlite_blob_resolver_helper.py
tests/resolver_helpers/tar_resolver_helper.py
tests/resolver_helpers/test_lib.py
tests/resolver_helpers/tsk_partition_resolver_helper.py
tests/resolver_helpers/tsk_resolver_helper.py
tests/resolver_helpers/vhdi_resolver_helper.py
tests/resolver_helpers/vmdk_resolver_helper.py
tests/resolver_helpers/vshadow_resolver_helper.py
tests/resolver_helpers/zip_resolver_helper.py
tests/serializer/__init__.py
tests/serializer/json_serializer.py
tests/vfs/__init__.py
tests/vfs/bde_file_entry.py
tests/vfs/bde_file_system.py
tests/vfs/compressed_stream_file_entry.py
tests/vfs/compressed_stream_file_system.py
tests/vfs/cpio_file_entry.py
tests/vfs/cpio_file_system.py
tests/vfs/data_range_file_entry.py
tests/vfs/data_range_file_system.py
tests/vfs/encoded_stream_file_entry.py
tests/vfs/encoded_stream_file_system.py
tests/vfs/encrypted_stream_file_entry.py
tests/vfs/encrypted_stream_file_system.py
tests/vfs/fake_file_entry.py
tests/vfs/fake_file_system.py
tests/vfs/file_entry.py
tests/vfs/file_system.py
tests/vfs/fvde_file_entry.py
tests/vfs/fvde_file_system.py
tests/vfs/gzip_file_entry.py
tests/vfs/gzip_file_system.py
tests/vfs/lvm_file_entry.py
tests/vfs/lvm_file_system.py
tests/vfs/ntfs_file_entry.py
tests/vfs/ntfs_file_system.py
tests/vfs/os_file_entry.py
tests/vfs/os_file_system.py
tests/vfs/sqlite_blob_file_entry.py
tests/vfs/sqlite_blob_file_system.py
tests/vfs/tar_file_entry.py
tests/vfs/tar_file_system.py
tests/vfs/tsk_file_entry.py
tests/vfs/tsk_file_system.py
tests/vfs/tsk_partition_file_entry.py
tests/vfs/tsk_partition_file_system.py
tests/vfs/vshadow_file_entry.py
tests/vfs/vshadow_file_system.py
tests/vfs/zip_file_entry.py
tests/vfs/zip_file_system.py
tests/volume/__init__.py
tests/volume/lvm_volume_system.py
tests/volume/tsk_volume_system.py
tests/volume/vshadow_volume_system.py
utils/__init__.py
utils/check_dependencies.py
utils/dependencies.py