View Single Post
  #3  
Old 09-17-2004, 17:18
goldenegg
 
Posts: n/a
no,micro$oft's detours is the best,using it's api
DetourCreateProcessWithDll or DetourContinueProcessWithDll
u can inject a dll into another process very easily.
it also provide some apis with which one can hook functions in a simple way.
Reply With Quote