1 repository
Low-level analysis of raw memory buffers to identify byte patterns and signatures.
Distinct from Byte Buffers: None of the candidates cover the general process of scanning raw buffers for identification signatures; they focus on hardware I/O or pooling.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Binary Buffer Inspections. Refine with filters or upvote what's useful.
file-type is a binary file type detector that identifies file extensions and MIME types by analyzing magic numbers and signature bytes in binary data. It functions as a magic number parser and MIME type resolver, mapping binary signatures to standardized media type strings. The project is an extensible file format identifier that allows for the addition of custom detector plugins to recognize uncommon or non-binary file formats. The engine supports binary format identification across various data sources, including buffers and data streams. It utilizes a supported format registry and provide
Analyzes raw memory buffers and blobs to detect file signatures across various data sources.