2 مستودعات
Utilities that identify and extract data fragments from raw binary blobs.
Distinct from Binary Data Viewers: Distinct from Binary Data Viewers: carvers actively extract and save fragments into files rather than just visually inspecting data.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Binary Data Carvers. Refine with filters or upvote what's useful.
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
Provides a utility to retrieve files and data fragments from binary blobs by identifying boundaries.
Binwalk is a firmware analysis and reverse engineering tool designed to identify, extract, and analyze embedded files and data types within binary firmware blobs. It functions as a binary file signature scanner and entropy analyzer to decompose firmware images into their constituent components. The tool distinguishes itself by combining signature-based pattern matching for known binary headers with entropy analysis. By calculating data randomness across file offsets, it can locate compressed or encrypted sections that do not possess known signatures. The project covers binary data forensics
Identifies and extracts data fragments from raw binary blobs using signature matching.