Thread: Code Injection
View Single Post
  #15  
Old 10-27-2003, 21:39
yaa
 
Posts: n/a
R@dier, WaitForInputIdle is what most loaders I've seen use.
Unfortunately my need is different. I can't let the application load itself for the regnumber generation is done during loading .... while the WaitForInputIdle API would "fire" when the application has finished the loading and is awaiting user input. What I need is then to somehow intercept the "application completely unpacked" event, patch the application in memory and then let it run normally.

yaa

Last edited by yaa; 10-28-2003 at 22:09.
Reply With Quote