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éesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesInstruction Pattern Analysis

Detection of problematic or risky machine instruction patterns to ensure stability during translation.

Distinct from Binary Instruction Patching: Focuses on flagging risky patterns for manual review rather than the act of patching or defining standards.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Instruction Pattern Analysis. Refine with filters or upvote what's useful.

Awesome Instruction Pattern Analysis 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.
  • ran-j/ps2recompAvatar de ran-j

    ran-j/PS2Recomp

    2,689Voir sur GitHub↗

    PS2Recomp is a static recompiler for PlayStation 2 that translates machine instructions from executable binaries into source code to enable execution on modern hardware. It functions as a binary-to-source translator and a binary analysis tool designed to facilitate the preservation of legacy software. The project distinguishes itself through a hardware emulation runtime that manages memory models and register contexts, combined with a static binary patcher for replacing raw instructions and overriding function bindings. It utilizes a specialized vector unit instruction execution system that m

    Flags problematic instruction patterns and suggests patches to ensure stable binary recompilation.

    C++ps2recompilereverse-engineering
    Voir sur GitHub↗2,689
  1. Home
  2. Operating Systems & Systems Programming
  3. Instruction Pattern Analysis