2 مستودعات
Sequential analysis of binary data to locate specific markers or patterns.
Distinct from Byte-Stream Parsers: Existing candidates focus on network protocol parsing or algorithmic search variants, not binary image scanning for file markers.
Explore 2 awesome GitHub repositories matching development tools & productivity · Binary Stream Scanning. 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
Performs linear byte-stream scanning to detect markers and offsets for embedded data segments.
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
Sequentially scans binary data from start to finish to map embedded objects and their exact offsets.