How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Binwalk is a firmware analysis tool and binary data carver used to identify and extract embedded files and data segments from binary images. It functions as an embedded file extractor and data entropy analyzer to retrieve fragments from binary blobs when original file system structures are missing. The tool employs signature-based pattern matching and linear byte-stream scanning to detect known byte sequences and isolate hidden files. It uses sliding-window entropy analysis to locate regions of a file that are compressed or encrypted. The system supports recursive file carving, utilizing heu
Scalpel is an open source data carving tool. It is not being actively maintained.
Hachoir is a Python library to view and edit a binary stream field by field
EVTXtract recovers and reconstructs fragments of EVTX log files from raw binary data, including unallocated space and memory images.
Sample staging & detonation utility to be used in combination with Cuckoo Sandbox.
The main features of jbremer/sflock are: File Carving.
Open-source alternatives to jbremer/sflock include: devttys0/binwalk — Binwalk is a firmware analysis tool and binary data carver used to identify and extract embedded files and data… sleuthkit/scalpel — Scalpel is an open source data carving tool. It is not being actively maintained. vstinner/hachoir3 — Hachoir is a Python library to view and edit a binary stream field by field. williballenthin/evtxtract — EVTXtract recovers and reconstructs fragments of EVTX log files from raw binary data, including unallocated space and…