Skip to content
Joachim Metz edited this page Jan 8, 2016 · 46 revisions

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.

dfVFS originates from the Plaso project and is also based on ideas from the GRR project. It was largely rewritten and made into a stand-alone project to provide more flexibility and allow other projects to make use of the VFS functionality. dfVFS originally was named PyVFS, but that name conflicted with another project.

dfVFS is currently implemented as a Python module. A packaged version can be found on the Downloads page.

Note that is project is a continuous work in progress.

For more information see:

Project status

Travis-CI AppVeyor Coveralls
build status Build status Coverage Status

Supported Formats

Storage media types

Note that at the moment differential images are not supported.

Volume systems

File systems

TODO add more detail here regarding FAT and other supported FS

Compressed stream file types

  • bzip2
  • gzip
  • zlib (both zlib-DEFLATE and raw-DEFLATE)

Encoded stream file types

  • base16
  • base32
  • base64

Encrypted stream file types

  • Upcoming

Archive file types

  • tar
  • zip

Other file types

  • blob stored in SQlite
Clone this wiki locally