LICENSE.txt
README.md
pyproject.toml
setup.py
src/analyzeMFT/__init__.py
src/analyzeMFT/cli.py
src/analyzeMFT/config.py
src/analyzeMFT/constants.py
src/analyzeMFT/file_writers.py
src/analyzeMFT/hash_processor.py
src/analyzeMFT/mft_analyzer.py
src/analyzeMFT/mft_record.py
src/analyzeMFT/sqlite_writer.py
src/analyzeMFT/test_generator.py
src/analyzeMFT/validators.py
src/analyzeMFT/windows_time.py
src/analyzeMFT.egg-info/PKG-INFO
src/analyzeMFT.egg-info/SOURCES.txt
src/analyzeMFT.egg-info/dependency_links.txt
src/analyzeMFT.egg-info/entry_points.txt
src/analyzeMFT.egg-info/requires.txt
src/analyzeMFT.egg-info/top_level.txt
src/analyzeMFT/sql/attribute_types.sql
src/analyzeMFT/sql/file_record_flags.sql
src/analyzeMFT/sql/schema.sql
tests/test_cli.py
tests/test_config.py
tests/test_constants.py
tests/test_file_writers.py
tests/test_hash_processor.py
tests/test_integration.py
tests/test_mft_analyzer.py
tests/test_mft_record.py
tests/test_sqlite_writer.py
tests/test_test_generator.py
tests/test_validators.py
tests/test_windows_time.py