Send and Recv

11/22/2011 15:04 PKDemon#1
i am wanting to know how i get them address so i am able to try and figure out how to use the advance hooking thing :P
11/22/2011 15:54 phize#2
Learn reverse engineering.
11/23/2011 08:22 PKDemon#3
well i kinds of figured that much but i have never done it before that is why i was asking to see if someone could gimme like a tutorial on show me how to do it so i would be able to do it myself later on
11/23/2011 08:36 BaussHacker#4
Quote:
Originally Posted by PKDemon View Post
well i kinds of figured that much but i have never done it before that is why i was asking to see if someone could gimme like a tutorial on show me how to do it so i would be able to do it myself later on
You ever tried Google or YouTube.
11/30/2011 14:42 _DreadNought_#5
The Send() and Recv() functions are part of ws_32.dll(From what I remember) If you google ws_32.dll hooking tuts you should be able to do with Microsoft Detours 2.1, If you wish to use C# then it gets alot harder.
11/30/2011 16:51 pro4never#6
Quote:
Originally Posted by _DreadNought_ View Post
The Send() and Recv() functions are part of ws_32.dll(From what I remember) If you google ws_32.dll hooking tuts you should be able to do with Microsoft Detours 2.1, If you wish to use C# then it gets alot harder.
Hooking it is simple (thanks to pre-released framework). He's talking about finding the necessary address of the functions. Not the actual process of hooking them once found.