1 repo
Debuggers designed to inspect and troubleshoot binaries without source code.
Distinguishing note: Focuses on binary-level debugging rather than source-level debugging.
Explore 1 awesome GitHub repository matching testing & quality assurance · Compiled Code Debuggers. Refine with filters or upvote what's useful.
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, s
Allows setting breakpoints and inspecting variables directly within compiled binaries.