summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-14 12:00:57 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-17 12:38:03 -0400
commit2e1fe199196ae1bfc8f6b06c5c285af9148b3d91 (patch)
tree0feff8daa29088ddeee3d4e12dc8e72b1816afbd
parentd05bd2c247ae0a4649bba2938b18f8df4ae5fc34 (diff)
downloadslackbuilds-2e1fe199196ae1bfc8f6b06c5c285af9148b3d91.tar.gz
slackbuilds-2e1fe199196ae1bfc8f6b06c5c285af9148b3d91.tar.xz
system/bulk_extractor: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--system/bulk_extractor/README25
1 files changed, 13 insertions, 12 deletions
diff --git a/system/bulk_extractor/README b/system/bulk_extractor/README
index b170bd5f6f..7490e9b714 100644
--- a/system/bulk_extractor/README
+++ b/system/bulk_extractor/README
@@ -1,15 +1,16 @@
-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
-common tend to be more important.
+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 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 dependencies include libewf (recognized if installed) and afflib
-(recognized if installed).
+Optional dependencies include libewf (recognized if installed) and
+afflib (recognized if installed).
-If you want to use the java based GUI (BEViewer), you will also need to have
-java installed. This has been tested with JDK.
+If you want to use the java based GUI (BEViewer), you will also need
+to have java installed. This has been tested with JDK.