Bulk Email and URL extraction tool
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 created a histograms of features that it finds, as features that are more common tend to be more important.
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / bulk_extractor
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout security:forensics/bulk_extractor && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
bulk_extractor-2.0.0.tar.gz | 0008452071 8.06 MB | |
bulk_extractor.changes | 0000006866 6.71 KB | |
bulk_extractor.spec | 0000002325 2.27 KB | |
cpuid-check.patch | 0000001464 1.43 KB | |
gcc13.diff | 0000000716 716 Bytes |
Latest Revision
buildservice-autocommit
accepted
request 1101591
from
Greg Freemyer (gregfreemyer)
(revision 10)
baserev update by copy to link target
Comments 4
This package uses boost::filesytem I believe. That is apparently part of the standard Tumbleweed distro. I don't know how to add a BuildRequires for boost::filesystem for the other releases.
libboost_filesystem-devel
in all (SUSE) casesI was wrong. Adding that did not allow the build to run.
The code is looking for #include <filesystem> and failing with:
configure: error: <filesystem> header not installed; bulk_extractor requires a C++ compiler with a full C++17 implementation
It fails on all non-x86* architectures for Factory.