Wednesday, December 9, 2009

Hooking Winsock Function Using IAT Hooking Technique

Hmm, since me myself were searching for how to do this for 4 years. I think i should also share what i found with everyone else. Here it is "hooking winsock function without the need of microsoft detours, boxedapp or easyhook".

StartLibraryFunction (Calling Injected Library Function With Multiple Parameters Support)

Well, this is my first post in this blog so firstly i'm sorry if my english isn't good enough for you all programmer to understand. This time, I'm gonna share with you my code on how to start a library (dll) function after you've injected it to a process.