Search code examples
c#winformsdecompiling

Reverse engineer exe or DLL for C# winforms


I want to ask if there is any program I can use to decompile an exe or dll, to C# code, because, by mistake I erased the source code and I want to make modifications.


Solution

  • Reflector is a decent disassembler But it is a paid software these days, but worth considering.