Thread
:
Can we hook some func in another process then change return address?
View Single Post
#
3
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.
goldenegg