Вопрос

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.

Это было полезно?

Решение 2

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

Другие советы

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top