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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesPluggable Decoder Registries

Architectures that allow format-specific parsing logic to be dynamically loaded and registered.

Distinct from Binary Format Decoders: Focuses on the registry and pluggability mechanism rather than the act of decoding itself.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Pluggable Decoder Registries. Refine with filters or upvote what's useful.

Awesome Pluggable Decoder Registries GitHub Repositories

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

    wader/fq

    10,528GitHub पर देखें↗

    fq is a command-line binary data processor used for decoding, transforming, and analyzing raw byte streams and bit-level data into structured formats. It functions as a functional binary query engine that allows for filtering and mapping binary structures, as well as a converter that translates complex binary blobs and proprietary file formats into standard JSON, YAML, or XML. The tool distinguishes itself as a low-level bit manipulator capable of performing bit-level slicing, bitwise operations, and cryptographic hashing on raw files. It also serves as a network protocol analyzer with the ab

    Implements a pluggable architecture where format-specific parsing logic is dynamically loaded.

    Go
    GitHub पर देखें↗10,528
  • cea-sec/miasmcea-sec का अवतार

    cea-sec/miasm

    3,890GitHub पर देखें↗

    Miasm is a Python reverse engineering framework designed for binary analysis, disassembly, and modification. It functions as a binary analysis framework that lifts machine code into an intermediate representation to enable platform-independent security research. The system operates as a binary emulation engine and modification toolkit, allowing for the execution of binary code in a virtual environment to track state changes without native hardware. It provides tools for binary patching to update and modify raw binary files across multiple CPU architectures and executable formats. The framewo

    Decodes multiple executable file formats through a modular system to extract machine code and metadata.

    Pythonassemblerdisassembleremulator
    GitHub पर देखें↗3,890
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Format Decoders
  4. Pluggable Decoder Registries

सब-टैग एक्सप्लोर करें

  • Pluggable Binary ParsersModular systems for decoding multiple executable file formats to extract machine code and metadata. **Distinct from Pluggable Decoder Registries:** Extends the decoder registry concept specifically to the structural parsing of binary files.