Re: intercepting file i/o of another process

Tech-Archive recommends: Speed Up your PC by fixing your registry



Hello!

The IO is not totally arbitrary. The spawned process will create a
new file, write its results to the file serially, and close the file.

Why not take this file after it has been closed, and then encrypt it before
transmission?

Will the spawned process run for a long time, so that you must read it
before it closes?


GP


.