awesome-repositories.com
Blog
awesome-repositories.com

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

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

2 repositorios

Awesome GitHub Repositories.NET Reverse Engineering

Analyzing and reconstructing .NET assemblies to recover source-level logic.

Distinct from .NET Decompilers: A broader domain encompassing deobfuscation, decompilation, and analysis of .NET binaries.

Explore 2 awesome GitHub repositories matching security & cryptography · .NET Reverse Engineering. Refine with filters or upvote what's useful.

Awesome .NET Reverse Engineering GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • de4dot/de4dotAvatar de de4dot

    de4dot/de4dot

    7,428Ver en GitHub↗

    de4dot is a .NET deobfuscator and unpacker designed to reverse obfuscation and restore readable code and metadata within .NET assemblies. It functions as a bytecode analyzer that simplifies control flow, strips anti-debugging protections, and extracts original payloads from packed executable wrappers. The project distinguishes itself through a modular deobfuscation pipeline and a sandbox environment used for dynamic string decryption, which executes decryption methods to replace encrypted strings with plain-text values. It can identify specific obfuscation tools through pattern-based binary a

    Provides a comprehensive suite for analyzing and reconstructing .NET assemblies to recover source-level logic.

    C#
    Ver en GitHub↗7,428
  • 0xd4d/de4dotAvatar de 0xd4d

    0xd4d/de4dot

    7,426Ver en GitHub↗

    de4dot is a .NET deobfuscator, unpacker, and assembly analysis tool. It is designed to remove obfuscation layers, restore metadata, and simplify bytecode control flow to transform protected binaries back into human-readable code. The project features specialized systems for decrypting strings and constants using both static and dynamic analysis. It identifies specific protection tools through pattern-based detection and strips anti-analysis protections, such as tamper detection and anti-debugging code. The tool provides a suite of reverse engineering capabilities, including binary wrapper un

    Analyzes protected .NET assemblies by removing obfuscation layers to restore source code.

    C#
    Ver en GitHub↗7,426
  1. Home
  2. Security & Cryptography
  3. .NET Reverse Engineering