質問

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