1 个仓库
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 是一个二进制文件类型检测器,通过分析二进制数据中的魔数 (magic numbers) 和签名字节来识别文件扩展名和 MIME 类型。它充当魔数解析器和 MIME 类型解析器,将二进制签名映射为标准化的媒体类型字符串。 该项目是一个可扩展的文件格式标识符,允许添加自定义检测插件以识别不常见或非二进制的文件格式。 该引擎支持跨各种数据源(包括缓冲区和数据流)进行二进制格式识别。它利用受支持的格式注册表,并提供异步操作取消机制。
Analyzes raw memory buffers and blobs to detect file signatures across various data sources.