hook broadcastsystemmessage

c++ / delphi package - dll injection and api hooking
Post Reply
zcecil
Posts: 22
Joined: Thu Sep 09, 2004 8:16 am

hook broadcastsystemmessage

Post by zcecil »

HI,
I want to prevent some WM_message from sending to other applications,
and I hooked BroadcastSystemMessage, BroadcastSystemMessageA, BroadcastSystemMessageW
in user32.dll, but it doesn't work at all.

Is there any possible way to do this?
uall
Posts: 254
Joined: Sun Feb 20, 2005 1:24 pm

Post by uall »

SendMessage
madshi
Site Admin
Posts: 10764
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Yep, there are more APIs than that. E.g. SendMessageA/W, PostMessageA/W and SendMessageTimeoutA/W.
Post Reply