Pregunta

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.

¿Fue útil?

Solución 2

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

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top