[Solved] C# How do I append code to the end of a running .NET .EXE, preferably from inside that .EXE?
Despite all the negativity, there is a clean way to do this: The way I have found only requires the program be executed on an NTFS drive. The trick is to have your app copy itself to an alternate stream as soon as it’s launched, then execute that image and immediately close itself. This can … Read more