awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • yck1509/confuserexالصورة الرمزية لـ yck1509

    yck1509/ConfuserEx

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