awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesMachine Code Converters

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.

Awesome Machine Code Converters GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • capstone-engine/capstoneAvatar de capstone-engine

    capstone-engine/capstone

    8,858Voir sur GitHub↗

    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.

    Carmarm64bpf
    Voir sur GitHub↗8,858
  • zyantific/zydisAvatar de zyantific

    zyantific/zydis

    4,265Voir sur GitHub↗

    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.

    Camdccodegen
    Voir sur GitHub↗4,265
  1. Home
  2. Operating Systems & Systems Programming
  3. Machine Code Converters