aboutsummaryrefslogtreecommitdiff
path: root/python/dfvfs/README
diff options
context:
space:
mode:
authorBarry J. Grundy <bgrundy [AT] linuxleo.com>2016-08-26 21:38:17 +0100
committerDavid Spencer <idlemoor@slackbuilds.org>2016-08-28 00:22:59 +0100
commit13fc1540e560781203b53d95322de614a1809a53 (patch)
tree0cf34d0e6b4e7b8b0d60f1e3438eaedcc7d0d7d8 /python/dfvfs/README
parent8c0def9528ccd244f4145b921af3b3c7088af961 (diff)
python/dfvfs: Updated for version 20160108.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/dfvfs/README')
-rw-r--r--python/dfvfs/README69
1 files changed, 8 insertions, 61 deletions
diff --git a/python/dfvfs/README b/python/dfvfs/README
index bf75e927b2c5..5da0c46fae27 100644
--- a/python/dfvfs/README
+++ b/python/dfvfs/README
@@ -1,63 +1,10 @@
-dfvfs (Digital Forensics Virtual File System - python module)
+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.
-This package 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:
-A note about REQUIREMENTS: dfvfs requires the following packages [secondary
-dependancies are listed in brackets]. They should be installed IN THE ORDER
-LISTED. This is important because while libewf support is optional for the
-sleuthkit (a requirement for pytsk), it is a REQUIRED option for the sleuthkit
-when building dfvfs. Do NOT rely on automated tools to properly order your
-dependancies.
-
-REQUIRES="[six] construct [python-gflags] [python-dateutil] [pytz] protobuf
-libbde libewf libqcow libsigscan libsmdev libsmraw libvhdi libvmdk libvshadow
-[sleuthkit] pytsk"
-
-Supported:
-
- EWF (EWF-E01, EWF-Ex01, EWF-S01)
- QCOW version 1, 2
- Storage Media device
- (split) Storage Media RAW
- VHD
- VMDK
-
-Note that at the moment differential images are not supported.
-Volume systems
-
-Supported:
-
- APM
- BitLocker (BDE)
- GPT
- MBR
- VSS
-
-Planned:
-
- FileVault2 (CoreStorage)
- LDM
- LUKS
- Linux LVM version 1, 2
- Software Raid
-
-File systems
-
-Supported file systems:
-
- ext version 2, 3, 4
- FAT
- HFS, HFS+, HFSX
- NTFS version 3
- UFS version 1, 2
-
-Archive file types
-
-Supported:
-
- tar
- zip
+* Project documentation: https://github.com/log2timeline/dfvfs/wiki/Home