Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to modify a game by using. Net reflector but in that I can't edit anything I'm modifying. Csharp dll file but can't able to modify
Posted

You need to load the whole assembly and decompile it using required output language, such as C#. It gives you the source code of pretty good quality, so its build will make the same DLL. If you want to modify the assembly, modify this C# code before building it. I used open-source ILSpy instead of Reflector.

—SA
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900