awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • yck1509/confuserexAvatar de yck1509

    yck1509/ConfuserEx

    3,762Ver en 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#
    Ver en GitHub↗3,762
  1. Home
  2. Software Engineering & Architecture
  3. Control Flow Logic Models
  4. Control-Flow Graph Generation
  5. Obfuscation Mutations