1 2 3 4 5 6 7 8 9 10 11 12
|
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
|