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

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

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

1 रिपॉजिटरी

Awesome GitHub RepositoriesAssembly Formatting

Translates decoded instruction structures into assembly text using mnemonic and operand lookup tables.

Distinct from Table-Driven Decoding: Focuses on the output formatting stage of decoding rather than the initial opcode-to-instruction mapping.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Assembly Formatting. Refine with filters or upvote what's useful.

Awesome Assembly Formatting GitHub Repositories

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

    zyantific/zydis

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

    Zydis is an x86 and x86-64 binary analysis library that provides a framework for decoding machine code and inspecting the technical attributes of processor instructions. It functions as an instruction disassembler that translates binary data into structured instruction metadata and human-readable assembly. The project includes a machine code encoder for converting assembly instructions and operands back into their binary representations. It also provides an assembly syntax formatter to transform decoded instruction structures into assembly text strings using configurable syntax styles. The l

    Translates decoded instruction structures into assembly text by looking up mnemonics and operand names in static tables.

    Camdccodegen
    GitHub पर देखें↗4,265
  1. Home
  2. Operating Systems & Systems Programming
  3. Table-Driven Decoding
  4. Assembly Formatting