Name: aids 2008-05-02 3:58
Im trying to hook winsock [all the functions] so i can send/recv and modify the data being sent in/out in C.
So far all i have is a DLL model that loads ws2_32.dll, how do i make it so that i can hook all the functions and read and write them at will?
eg. send(socket,msg,len,0); [msg contains "yes"], with my hook, i want to be able to modify msg so it says "no" before the local app can print if out.
Local App -s-e-n-d-s- [D L L / E X E ] -r-e-c-v-s- Remote App
"dongs" "mods and sends" "dicks"
Anyone help?
So far all i have is a DLL model that loads ws2_32.dll, how do i make it so that i can hook all the functions and read and write them at will?
eg. send(socket,msg,len,0); [msg contains "yes"], with my hook, i want to be able to modify msg so it says "no" before the local app can print if out.
Local App -s-e-n-d-s- [D L L / E X E ] -r-e-c-v-s- Remote App
"dongs" "mods and sends" "dicks"
Anyone help?