summaryrefslogtreecommitdiffstats
path: root/system/bulk_extractor/README
blob: 76ec8a701ff175bd0f0b5036b7ea3459123405b9 (plain)
1
2
3
4
5
6
7
8
9
10
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.