hello again ^^ , sorry for posting too much threads but i really need some help here xD , how can i hook real send function (where packets are still unencrypted) ?
thanks =]
thanks =]
I'll be a liar if I told u I understood xD , but tnx for replying , can I sniff sent packet via ollydbg ? , I've tried that already but I dunno where to breakpoint :/Quote:
oh my gosh it's a syntex :O! :D
DetourTransactionBegin();
DetourUpdateThread(GetCurrentThread());
DetourAttach(&(PVOID&)send, yoursend);
DetourTransactionCommit();