Attaching to process.
Posted: Tue Jul 07, 2009 4:01 pm
Can I attach to a process using findProcessById instead of attaching to a window using findWindow?
For example:
would that work?
Or I guess a better question is; does it even matter when I am writing values to memory, if it is attached in one way or another?
For example:
Code: Select all
attach( findProcessById("game.exe") );
Or I guess a better question is; does it even matter when I am writing values to memory, if it is attached in one way or another?