Question: How to Hook SetWindowsHookEx ?

c++ / delphi package - dll injection and api hooking
Post Reply
Arksole Hoax
Posts: 211
Joined: Sat May 08, 2004 11:41 am

Question: How to Hook SetWindowsHookEx ?

Post by Arksole Hoax »

i solved the problem. thanks.
Last edited by Arksole Hoax on Sat Sep 25, 2004 5:20 pm, edited 1 time in total.
madshi
Site Admin
Posts: 10764
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

There's no SetWindowsHookEx exported from user32.dll. Use the freeware PEBrowse Pro to find out how the APIs are named in reality.
Post Reply