awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesObfuscation Mutations

Altering the logical execution paths of functions to confuse decompilers and hide program logic.

Distinct from Control-Flow Graph Generation: Distinct from generation: focuses on the intentional mutation of the graph for obfuscation rather than just building a representation for analysis.

Explore 1 awesome GitHub repository matching software engineering & architecture · Obfuscation Mutations. Refine with filters or upvote what's useful.

Awesome Obfuscation Mutations 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.
  • yck1509/confuserexAvatar de yck1509

    yck1509/ConfuserEx

    3,762Voir sur GitHub↗

    ConfuserEx is a security toolset for .NET applications that functions as a code obfuscator, binary encryptor, and application protector. Its primary purpose is to prevent reverse engineering by hiding sensitive application logic and data. The project employs specific hardening techniques including symbol renaming to hinder human readability and control-flow mutation to confuse decompilers. It further protects binaries by encrypting constants and resources to stop static analysis and memory dumping, while blocking the use of debuggers and profilers to prevent runtime analysis. Additional capa

    Alters the execution path of methods to confuse decompilers and hide original program logic.

    C#
    Voir sur GitHub↗3,762
  1. Home
  2. Software Engineering & Architecture
  3. Control Flow Logic Models
  4. Control-Flow Graph Generation
  5. Obfuscation Mutations