2 مستودعات
Tools that translate binary machine code from various CPU architectures into human-readable assembly.
Distinct from Data-to-Code Converters: Shortlist candidates were data-to-code or high-level language converters, not low-level binary-to-assembly converters.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Machine Code Converters. Refine with filters or upvote what's useful.
Capstone is a multi-architecture disassembly framework and binary analysis engine. It translates raw machine code from various CPU architectures, such as x86, ARM, and RISC-V, into human-readable assembly instructions. The engine distinguishes itself by providing instruction semantic decomposition, which lists implicit registers read and written, and the ability to customize instruction mnemonics to meet specific technical analysis standards. It also features resilient stream disassembly, allowing the process to resynchronize and continue after encountering invalid instructions or embedded da
Transforms binary data from various CPU architectures including x86, ARM, and RISC-V into assembly.
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 x86 and x86-64 binary machine code into structured instruction metadata and human-readable assembly.