Thread: API Hooking
View Single Post
  #1  
Old 04-22-2005, 00:25
thomasantony
 
Posts: n/a
Question API Hooking

Hi,
I am trying my hand at API hooking. I tried making a User32.dll of myself which redirected the functions to the real user32.dll renamed as myuser.dll. I made a small program to generate the MASM Code for this. But it failed. I will try again using GoASM maybe. In the meantime, is there any other way of hooking API?

Thomas
Reply With Quote