simsong / bulk_extractor

This is the development tree. Production downloads are at:
https://github.com/simsong/bulk_extractor/releases
Other
1.11k stars 187 forks source link

Decode Snappy-compressed data #189

Open jonstewart opened 3 years ago

jonstewart commented 3 years ago

Google's Snappy codec has been open source for several years now and has been adopted into a number of popular open source packages (including AFF4), and is used in LevelDB and Chrome. Bulk_extractor should recognize and decode Snappy-compressed data for recursive processing. An open source library is available from Google under a BSD-ish license:

https://github.com/google/snappy