2 dépôts
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 est une bibliothèque d'analyse binaire x86 et x86-64 qui fournit un framework pour décoder le code machine et inspecter les attributs techniques des instructions processeur. Elle fonctionne comme un désassembleur d'instructions qui traduit les données binaires en métadonnées d'instructions structurées et en assembleur lisible par l'homme. Le projet inclut un encodeur de code machine pour convertir les instructions assembleur et leurs opérandes en leurs représentations binaires. Il fournit également un formateur de syntaxe assembleur pour transformer les structures d'instructions décodées en chaînes de texte assembleur en utilisant des styles de syntaxe configurables. La bibliothèque couvre des capacités d'analyse binaire plus larges, incluant le décodage de code machine, le formatage d'instructions assembleur et l'extraction de métadonnées d'instructions détaillées.
Translates x86 and x86-64 binary machine code into structured instruction metadata and human-readable assembly.