Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I'm after some guidance on the above subject. I'm trying to intercept the chat messages of a 3rd party process as the messages are painted to the screen.

As I understand it I need to create a custom dll that overrides the WndProc function of the target process, that in turn handles the messages.

Please correct me if I'mn wrong here!

I suspect the dll I write must be written in C++, but the injection process can be done via C++ or C#. (I develop using C# mainly).

What is the format of the code I should inject if I'm to override the WndProc()? Do I just create a dll with an override for that function?

If someone could put this process into broad steps I'd be very grateful as I don't think I totally grasp the steps I need to follow.

Much appreciated,

Jib.
Posted
Updated 8-Mar-11 1:27am
v2

1 solution

This may be of help: Inject My DLL Into a Process[^]
 
Share this answer
 
Comments
Jibrohni 8-Mar-11 10:30am    
Thanks. C++ looks so scary compared to C#!

So in my dll would I just want to copy the example you provided but change WM_KILLFOCUS for WM_PAINT?
Sergey Alexandrovich Kryukov 8-Mar-11 14:45pm    
Probably designed to be scary :-)
--SA
Sergey Alexandrovich Kryukov 8-Mar-11 14:46pm    
Interesting reference, my 5.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900