Answer the question
In order to leave comments, you need to log in
How to change one line in an already compiled .exe C# file?
Hello!
There is already compiled .exe C# file. It needs to change a single line.
Need instead:
{
return (bool).......;
}
{
return true;
}
Answer the question
In order to leave comments, you need to log in
The question was asked a long time ago. Got it figured out a long time ago. I'll answer in case others need it. Nothing helped except .Net Reflector and its plugin - Reflexil. Open the program with a reflector and either rewrite the entire method (if possible), or change the CIL codes.
msdn.microsoft.com/en-us/library/f7dy01k1(v=vs.110...
msdn.microsoft.com/en-us/library/496e4ekx(v=vs.110...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question