aboutsummaryrefslogtreecommitdiff
path: root/system/sleuthkit/README
diff options
context:
space:
mode:
authorBarry J. Grundy <bgrundyat>2019-01-19 04:20:27 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-01-19 04:20:27 +0700
commit7bf4bd2abfe1da2a4765df49f10a44a5def0f2fa (patch)
tree01f3b5fd213fcc786f820948f18ca43c04c5d13f /system/sleuthkit/README
parentc69574faff628e5cede32d768f1505115b4f6dab (diff)
system/sleuthkit: Updated for version 4.6.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 7f9001e0658c1..790e55aee7fbd 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.