awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesBinary Buffer Inspections

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.

Awesome Binary Buffer Inspections GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • sindresorhus/file-typesindresorhus का अवतार

    sindresorhus/file-type

    4,297GitHub पर देखें↗

    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.

    JavaScript
    GitHub पर देखें↗4,297
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Buffer Inspections