awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
yck1509 avatar

yck1509/ConfuserExArchived

0
View on GitHub↗
3,762 स्टार्स·1,744 फोर्क्स·C#·2 व्यूज़yck1509.github.io/ConfuserEx↗

ConfuserEx

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 capabilities include the bundling of external dependencies directly into output assemblies to prevent tampering with external files. The system also provides a plugin interface for integrating custom protection routines and specialized security logic.

Features

  • .NET Binary Protection - Provides a comprehensive toolset for securing compiled .NET assemblies against reverse engineering.
  • Anti-Debugging Protections - Implements runtime mechanisms to detect and block the attachment of debuggers to prevent dynamic analysis of the process.
  • Anti-Reverse Engineering - Blocks the use of debuggers, profilers, and memory dumping tools to stop analysis of running processes.
  • Anti-Reverse Engineering Tools - Blocks debuggers and profilers from analyzing running .NET processes.
  • Bytecode Protectors - Functions as a bytecode protector that encrypts and transforms .NET binaries to prevent static decompilation.
  • Control Flow Obfuscations - Manipulates logical execution paths to hinder static analysis and confuse decompilers.
  • Binary - Encrypts constants, resources, and methods within the binary to prevent static analysis and unauthorized memory dumping.
  • Constant String Encryption - Encrypts static string constants and embedded resources to prevent static analysis and memory dumping.
  • .NET Assembly Obfuscators - Renames symbols and alters control flow in .NET binaries to prevent reverse engineering.
  • Identifier Obfuscation - Automatically renames identifiers and members to random strings to hinder human readability.
  • Obfuscation Mutations - Alters the execution path of methods to confuse decompilers and hide original program logic.
  • Obfuscation Symbol Mapping - Replaces source identifiers with obfuscated names to hide the functional program logic.

स्टार हिस्ट्री

yck1509/confuserex के लिए स्टार हिस्ट्री चार्टyck1509/confuserex के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

ConfuserEx के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो ConfuserEx के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • dashingsoft/pyarmordashingsoft का अवतार

    dashingsoft/pyarmor

    5,114GitHub पर देखें↗

    Pyarmor is a toolset for protecting Python software through source code obfuscation, bytecode protection, and binary compilation. It functions as a code obfuscator, bytecode protector, and binary compiler designed to prevent reverse engineering and unauthorized access to Python scripts and packages. The project distinguishes itself by providing a comprehensive software license manager that enables hardware-bound licensing. This allows developers to lock script execution to specific physical devices or virtual machines and enforce strict expiration dates via encrypted runtime keys. Its broade

    Python
    GitHub पर देखें↗5,114
  • obfuscar/obfuscarobfuscar का अवतार

    obfuscar/obfuscar

    3,007GitHub पर देखें↗

    Obfuscar is a .NET assembly obfuscator and managed code protector designed to prevent reverse engineering of compiled binaries. It functions as a binary metadata compressor and security tool that renames symbols and encodes strings to protect intellectual property. The project distinguishes itself by altering the Common Intermediate Language structure and modifying assembly metadata tables to hide implementation details. It provides string-to-buffer encoding to prevent plain-text analysis of constants and includes a strong-name re-signing mechanism to ensure modified assemblies remain valid a

    C#c-sharpdotnetdotnet-framework
    GitHub पर देखें↗3,007
  • lordnoteworthy/al-khaserLordNoteworthy का अवतार

    LordNoteworthy/al-khaser

    7,001GitHub पर देखें↗

    Al-Khaser is a research project focused on the development of anti-analysis and evasion techniques to resist reverse engineering. It provides implementations for detecting and evading virtual machines, sandboxes, and debuggers to prevent software analysis. The project implements control flow obfuscation through anti-disassembly methods and utilizes dynamic API resolution to bypass static import tables. It further hinders forensic analysis by manipulating memory headers to prevent process dumps and utilizing remote code injection to execute logic in external processes. The capability surface

    C++
    GitHub पर देखें↗7,001
  • hyperdbg/hyperdbgHyperDbg का अवतार

    HyperDbg/HyperDbg

    3,885GitHub पर देखें↗

    HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control system execution. By utilizing hypervisor-level primitives, it enables deep system analysis and instrumentation without relying on standard operating system debugging interfaces. The framework provides a comprehensive environment for inspecting both kernel and user-mode processes, allowing for granular control over execution flow and system state. The project distinguishes itself through a transparent debugging layer designed to remain invisible to the target environment. It emp

    Cbinary-analysisdebugdebugger
    GitHub पर देखें↗3,885
ConfuserEx के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

yck1509/confuserex क्या करता है?

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.

yck1509/confuserex की मुख्य विशेषताएं क्या हैं?

yck1509/confuserex की मुख्य विशेषताएं हैं: .NET Binary Protection, Anti-Debugging Protections, Anti-Reverse Engineering, Anti-Reverse Engineering Tools, Bytecode Protectors, Control Flow Obfuscations, Binary, Constant String Encryption।

yck1509/confuserex के कुछ ओपन-सोर्स विकल्प क्या हैं?

yck1509/confuserex के ओपन-सोर्स विकल्पों में शामिल हैं: dashingsoft/pyarmor — Pyarmor is a toolset for protecting Python software through source code obfuscation, bytecode protection, and binary… obfuscar/obfuscar — Obfuscar is a .NET assembly obfuscator and managed code protector designed to prevent reverse engineering of compiled… lordnoteworthy/al-khaser — Al-Khaser is a research project focused on the development of anti-analysis and evasion techniques to resist reverse… hyperdbg/hyperdbg — HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control… 1y0n/av_evasion_tool — This project is a security research utility designed to evaluate and test the detection capabilities of antivirus… tiagozip/cap — This project is a self-hosted bot protection service and CAPTCHA alternative that verifies human identity without…