dotnet dll decompile and change the code
问题 I need to change the code of the .NET DLL. I am able to see the code by compilable the DLL with .NET reflector, but I am not able to change the code of the DLL. With .NET Reflector, I decompile the code and saved in to my hard disk, but when i am able to recompile the code its giving errors. Few code is decompiled in binary format few code is decompiled with c#. Is there any tool to change and recompile the DLL? Here are the tools I used for trying to decompile the DLL: ILSpy DisSharp