
Writing to a running program's EXE file
The exe file is opened, you will not be able to write to it.
: I have created code that reads/writes to and from my EXE file. If I have
it
: modify a copy of the EXE file (that isn't running) it works perfectly,
but
: it won't modify its own EXE file while its running (I get a path/file
access
: error). Is there any way around this? (maybe the API?) ( Please send a
:
:
: