0

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.

Sam
  • 7,252
  • 16
  • 46
  • 65
Stathis Andronikos
  • 1,259
  • 2
  • 25
  • 44

2 Answers2

2

ILspy is yet another IL decompiler, that is open source.

gjvdkamp
  • 9,929
  • 3
  • 38
  • 46
1

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

Krishna Sarma
  • 1,852
  • 2
  • 29
  • 52