1 مستودع
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.
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.