slackbuilds/system/sleuthkit
Barry J. Grundy 7d1d25037d
system/sleuthkit: Updated for version 4.12.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-09-02 18:02:25 +07:00
..
README system/sleuthkit: Updated for version 4.12.0. 2023-07-08 16:40:40 +07:00
slack-desc
sleuthkit.SlackBuild system/sleuthkit: Updated for version 4.12.1. 2023-09-02 18:02:25 +07:00
sleuthkit.info system/sleuthkit: Updated for version 4.12.1. 2023-09-02 18:02:25 +07:00

README

The Sleuth Kit (TSK) is a library and collection of command line
tools that allow you to investigate disk images. The core
functionality of TSK allows you to analyze volume and file system
data. The plug-in framework allows you to incorporate additional
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 the following libraries to support
various disk image formats:
  - libewf (for Expert Witness files)
  - afflib (for Advanced Forensic Format files).
  - libvhdi
  - libvmdk
  - libvslvm

Note: by default, Java support is disabled in this build. If you
require Java support, install a JDK (jdk, openjdk8, etc), source its
profile script, and run sleuthkit.SlackBuild with JAVA=yes in the
environment. Be warned that the Java build process downloads many
files, therefore it requires network access (something SlackBuild
scripts normally don't do).