Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up
Digital Forensics Virtual File System (dfVFS)
Type | Name | Latest commit message | Commit time |
---|---|---|---|
Failed to load latest commit information. | |||
![]() |
config |
|
|
![]() |
dfvfs |
|
|
![]() |
examples |
|
|
![]() |
test_data |
|
|
![]() |
tests | ||
![]() |
utils | ||
![]() |
.gitignore |
|
|
![]() |
.pylintrc |
|
|
![]() |
.travis.yml |
|
|
![]() |
ACKNOWLEDGEMENTS |
|
|
![]() |
AUTHORS |
|
|
![]() |
LICENSE |
|
|
![]() |
MANIFEST.in |
|
|
![]() |
MANIFEST.test_data.in |
|
|
![]() |
README |
|
|
![]() |
appveyor.yml |
|
|
![]() |
dependencies.ini |
|
|
![]() |
dfvfs.ini |
|
|
![]() |
requirements.txt |
|
|
![]() |
run_tests.py |
|
|
![]() |
setup.cfg |
|
|
![]() |
setup.py |
|
|
![]() |
test_dependencies.ini |
|
|
![]() |
tox.ini |
|
README
dfVFS, or Digital Forensics Virtual File System, provides read-only access to file-system objects from various storage media types and file formats. The goal of dfVFS is to provide a generic interface for accessing file-system objects, for which it uses several back-ends that provide the actual implementation of the various storage media types, volume systems and file systems. For more information see: * Project documentation: https://github.com/log2timeline/dfvfs/wiki/Home * How to build from source: https://github.com/log2timeline/dfvfs/wiki/Building