summaryrefslogtreecommitdiffstats
path: root/system/bulk_extractor/README
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/bulk_extractor/README11
1 files changed, 7 insertions, 4 deletions
diff --git a/system/bulk_extractor/README b/system/bulk_extractor/README
index 5540024c1e..3679062b4b 100644
--- a/system/bulk_extractor/README
+++ b/system/bulk_extractor/README
@@ -1,8 +1,8 @@
bulk_extractor is a C++ program that scans a disk image, a file, or a directory
-of files and extracts useful information without parsing the file system or
-file system structures. The results are stored in feature files that can be
-easily inspected, parsed, or processed with automated tools. bulk_extractor
-also creates histograms of features that it finds, as features that are more
+of files and extracts useful information without parsing the file system or
+file system structures. The results are stored in feature files that can be
+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
@@ -18,3 +18,6 @@ To add optional liblightgrep support:
NOTE:
When running bulk_extractor with lightgrep, use
"-x find -e lightgrep -F findlist.txt" in addition to regular options.
+
+If you want to use the java based GUI (BEViewer), you will also need to have
+java installed. This has been tested with JDK.