bulk_extractor icon indicating copy to clipboard operation
bulk_extractor copied to clipboard

This is the development tree. Production downloads are at:

Results 139 bulk_extractor issues
Sort by recently updated
recently updated
newest added

Facebook has gotten into the LZ variant codec game, too. Its `zstd` algorithm allows for a wide band of tradeoff in space vs time. It has seen uptake my Linux...

enhancement

Like Apple with #181, Microsoft has its own suite of compression algorithms, called `Xpress`, that it uses in several places throughout Windows—notably compressed memory pages. Bulk_extractor should recognize and decode...

enhancement

It looks like the `pos0` attribute in `` elements in report.xml is not escaped. Consequently raw & characters can be included, instead of being converted to `&`. `read error`

bug

One of the nice things about BE is that if it crashes, you can make it restart by just hitting up-arrow and it takes off where it left off. *...

BE2.0

This cost me about 4 hours of aimless debugging yesterday. Ick.

A number of new LZ variants have been created and used by operating systems and core services/libraries. They are: - Apple's [LZFSE & LZVN](https://en.wikipedia.org/wiki/LZFSE), used in macOS - Microsoft's "[XPress](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-xca/a8b7cb0a-92a6-4187-a23b-5e14273b96f8)"...

If I email you that the password is "foobar13", then I should probably have both `"foobar13"` _and_ `foobar13` put into the word list.

enhancement