diff options
author | Barry J. Grundy <bgrundy@linuxleo.com> | 2014-11-14 09:20:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-14 09:20:58 +0700 |
commit | 83e6b72e7e0c66540944501a5e0e94bc8e37215d (patch) | |
tree | b8931f20b3695d812bbefa1d497619848e5df0b7 /system/bulk_extractor/README | |
parent | b95188286350c72bd5e887a7d89d9f8dbf2529b4 (diff) | |
download | slackbuilds-83e6b72e7e0c66540944501a5e0e94bc8e37215d.tar.gz |
system/bulk_extractor: Updated for version 1.5.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/bulk_extractor/README')
-rw-r--r-- | system/bulk_extractor/README | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/system/bulk_extractor/README b/system/bulk_extractor/README index 76ec8a701f..5540024c1e 100644 --- a/system/bulk_extractor/README +++ b/system/bulk_extractor/README @@ -5,6 +5,16 @@ easily inspected, parsed, or processed with automated tools. bulk_extractor also creates histograms of features that it finds, as features that are more common tend to be more important. -bulk_extractor is distinguished from other forensic tools by its speed and -thoroughness. +bulk_extractor is distinguished from other forensic tools by its speed and +thoroughness. +Optional dependancies include libewf (recognized if installed), afflib +(recognized if installed), and liblightgrep. + +To add optional liblightgrep support: + + LIGHTGREP_ENABLE=yes ./bulk_extractor.SlackBuild + +NOTE: + When running bulk_extractor with lightgrep, use + "-x find -e lightgrep -F findlist.txt" in addition to regular options. |