bulk_extractor icon indicating copy to clipboard operation
bulk_extractor copied to clipboard

Disabling JPEG carver not working

Open tw4l opened this issue 11 months ago • 1 comments
trafficstars

Hi,

In Bulk Extractor 2.1.1, the following command still carves out jpeg files to the jpeg directory:

bulk_extractor -o be_out -S jpeg_carve_mode=0 /path/to/source/dir

I see https://github.com/simsong/bulk_extractor/issues/468 fixed some issues related to this, including switching the flag from jpeg_carved_carve_mode to jpeg_carve_mode and adding a test for jpeg_carve_mode=2. It seems that may there's still an issue, at least when setting jpeg_carve_mode=0.

tw4l avatar Dec 15 '24 16:12 tw4l