1 مستودع
Specialized translation of x86 and x86-64 machine code into structured metadata.
Distinct from x86 Inline Assembly Decoders: Candidates are for educational decoding of inline assembly or cross-architecture translation, not general x86 decoding.
Explore 1 awesome GitHub repository matching operating systems & systems programming · x86 Instruction Decoding. Refine with filters or upvote what's useful.
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
Specializes in the translation of x86 and x86-64 machine code into structured technical metadata.