awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesMachine Code Encoding

The process of converting assembly instructions into binary machine code representations.

Distinct from Binary Instruction Encodings: Existing candidates are for binary standards or patching, not the actual act of encoding assembly to binary.

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

Awesome Machine Code Encoding GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • zyantific/zydisالصورة الرمزية لـ zyantific

    zyantific/zydis

    4,265عرض على GitHub↗

    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

    Converts assembly instructions and operands back into their corresponding binary machine code representations.

    Camdccodegen
    عرض على GitHub↗4,265
  1. Home
  2. Operating Systems & Systems Programming
  3. Machine Code Encoding