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

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

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

1 مستودع

Awesome GitHub Repositories.NET Assembly Editors

Tools for modifying the bytecode, metadata, and source of .NET binaries without original projects.

Distinct from .NET Debuggers: Distinct from .NET Debuggers as it focuses on modifying the binary rather than inspecting its runtime execution.

Explore 1 awesome GitHub repository matching development tools & productivity · .NET Assembly Editors. Refine with filters or upvote what's useful.

Awesome .NET Assembly Editors GitHub Repositories

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

    0xd4d/dnSpy

    29,539عرض على GitHub↗

    dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It functions as a decompiler that converts assemblies back into readable high-level source code, an assembly editor for modifying bytecode and metadata, and a debugger for inspecting compiled binaries. The project integrates a hex editor specifically for inspecting and modifying raw bytes and Common Intermediate Language structures. It allows for the direct modification of binary contents to change application behavior without requiring the original project source files. The tool

    Provides a comprehensive environment for modifying the bytecode, metadata, and high-level source of compiled .NET binaries.

    C#
    عرض على GitHub↗29,539
  1. Home
  2. Development Tools & Productivity
  3. .NET Assembly Editors