ProtonOverflow / NoAnkama

A simple C# library that hooks ws2_32.dll!connect without a DLL. It can be useful for MITM Dofus.
17 stars 6 forks source link

hook winsock send/recv ? #1

Open proflylab opened 6 years ago

proflylab commented 6 years ago

i want example hook winsock send/recv like wpe

thank you.

ProtonOverflow commented 6 years ago

Hi, you can create your own hook. This little project only hooks the connect function. But you can, of course, use EasyHook if you want to hook other functions, it's easy.