Is it possible to update an existing .exe with new code, like add a new form and the module that goes with it?
Printable View
Is it possible to update an existing .exe with new code, like add a new form and the module that goes with it?
You mean like a Pach? I'm not too sure how paches work, but doesn't the compiler have to compile the code first in order the computer to understand it?
-Emo
Yeah, like a patch I guess. My problem is that I have this program that needs to be updated but we dont have the source. I need to be able to add a new form with the logic behind it.