awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
DnSpy | Awesome Repository
← All repositories

dnSpy/dnSpyArchived

0
View on GitHub↗
28,993 stars·5,469 forks·C#·0 views

DnSpy

Features

  • Assembly Decompilers - Translates compiled binary files back into readable source code.
  • Decompilers - Translates binary instruction streams into high-level source code.
  • Reverse Engineering Tools - Examines internal structure and logic of compiled software to understand functionality.
  • Compiled Code Debuggers - Allows setting breakpoints and inspecting variables directly within compiled binaries.
  • Interactive Debuggers - Allows pausing execution and inspecting variables within compiled binaries.
  • Assembly Analysis Suites - Provides a comprehensive toolkit for exploring internal organization of compiled software.
  • Binary Debugging Tools - Troubleshoots application logic by inspecting binaries without source code.
  • Binary Metadata Editors - Modifies internal structure and logic of compiled executable files.
  • Binary Modification Tools - Alters compiled application behavior by editing metadata or injecting code.
  • Binary Patching Utilities - Enables direct modification of compiled application logic by rewriting binary data.
  • Metadata Editors - Updates class and method structures by editing binary metadata tables.
  • Runtime Instrumentation - Injects hooks into execution flows to intercept calls and inspect memory state.
  • Abstract Syntax Tree Tools - Provides programmatic access to code structures for modification and analysis.
  • dnSpy is a desktop application designed for the analysis, debugging, and modification of compiled .NET assemblies. It functions as an assembly analysis suite and decompiler, translating binary instruction streams back into readable source code to facilitate reverse engineering when original source files are unavailable.

    The tool distinguishes itself through an integrated binary patching engine and metadata editor, which allow for the direct modification of executable logic and internal metadata tables. It supports in-process debugging instrumentation, enabling users to inject runtime hooks, set breakpoints, and inspect memory state within compiled binaries to troubleshoot application behavior.

    Beyond core analysis and debugging, the platform provides an interactive scripting environment for automating repetitive tasks and manipulating assembly structures. It includes capabilities for abstract syntax tree manipulation and memory-mapped file inspection, allowing users to navigate between high-level code constructs and raw binary data.