VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

simple yahoo messenger connection hook EXAMPLE

DaZZa  (6 Submissions)   Internet/HTML   Intermediate   Wed 3rd February 2021

This example shows you how programs like "ytunnelpro" , "ytkpro", "yahoo ace"
might take yahoo messengers connection and filter it.
You will need the yhook.dll compiled and in the same folder as the exe.
You can compile the dll in the "YHOOKDLL" folder, or you can download a compiled copy here...
https://rapidshare.com/files/80903460/dllbin.zip
or
https://geocities.com/dllhookbin/dllbin.zip

Assumes
WHAT DOES IT DO?? It takes the connection by injecting a dll into yahoo messenger as it loads so our dll replaces the socket connect function. Then the dll will check the port and if the port is 5050 we redirect the host to 127.0.0.1 which makes yahoo messenger connect to 127.0.0.1:5050. Then with the vb application we listen on port 5050 for the connection and we then redirect that back to a yahoo host address. by doing that we can filter the packets sent from both client and server blocking what we dont like.

Rate simple yahoo messenger connection hook EXAMPLE (2(2 Vote))

Download simple yahoo messenger connection hook EXAMPLE

simple yahoo messenger connection hook EXAMPLE Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters