I've this .exe file and set of DLLs for a software which keeps track of player points. I need to modify the variable value to increase from 15 to 21. So I looked around for options and Telerik Decompiler was mentioned in quite a few places. I used the decompile and was able to see the .exe source code. However the decompiler doesn't allow me to edit the code.
So how do I go about making that small change in the code and not mess up the existing functionality azar?
Thanks