Question

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.

Était-ce utile?

La solution 2

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

Autres conseils

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top