summaryrefslogtreecommitdiff
path: root/system/sleuthkit/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/sleuthkit/README')
-rw-r--r--system/sleuthkit/README13
1 files changed, 8 insertions, 5 deletions
diff --git a/system/sleuthkit/README b/system/sleuthkit/README
index 7f9001e065..790e55aee7 100644
--- a/system/sleuthkit/README
+++ b/system/sleuthkit/README
@@ -6,10 +6,13 @@ modules to analyze file contents and build automated systems. The
library can be incorporated into larger digital forensics tools and
the command line tools can be directly used to find evidence.
-
-Sleuthkit can optionally use libewf (for Expert Witness files)
-and afflib (for Advanced Forensic Format files).
+Sleuthkit can optionally use the following libraries to support
+various disk image formats:
+ - libewf (for Expert Witness files)
+ - afflib (for Advanced Forensic Format files).
+ - libvhdi
+ - libvmdk
Note: If you are building TSK for use with Plaso or the DFVFS, it is
-strongly recommended that you build libewf support into TSK by
-installing libewf first.
+strongly recommended that you build libewf, libvhdi and libvmdk
+support into TSK by installing those libraries first.