• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Coding SockeListen Inside Hook DLL Recv and Send

Joined
Jul 8, 2009
Messages
445
Reaction score
64
Hello guys i have coded a DLL to Hook Recv and Send fuctions... now i am trying to figure how to make a Socket to Listen and Send the packets intercepted from client original fuctions to a external programm that's will be coded in C# a Bot. I dont know how to start the socket together with DLL.
 
Joined
Jul 8, 2009
Messages
445
Reaction score
64
Create a pipeline.

Can show me a simple example !? i dont want sync this because what will do dont need a good async ... i want really just send packet intercepted from Original Recv and Send fuctions. Sent to Bot and Get packet return from Bot to send to client through Original Send fuction.
 
Joined
Jun 10, 2009
Messages
659
Reaction score
141
Hello guys i have coded a DLL to Hook Recv and Send fuctions... now i am trying to figure how to make a Socket to Listen and Send the packets intercepted from client original fuctions to a external programm that's will be coded in C# a Bot. I dont know how to start the socket together with DLL.

Will it be released anytime soon? I would love to see how it's done!
 
Joined
Jul 8, 2009
Messages
445
Reaction score
64
Well yeah maybe i can release it ! i have done Hook Recv and Send , a Listen ... already can send packets captured from Original_Recv to external Port... can get return of packets from External programm now the only problem is when i try to send a packet capture from a External programm to Original_Send this returning the packet to my External Programm when what i want is return to Original_Server.....
 
Joined
Jun 10, 2009
Messages
659
Reaction score
141
Well yeah maybe i can release it ! i have done Hook Recv and Send , a Listen ... already can send packets captured from Original_Recv to external Port... can get return of packets from External programm now the only problem is when i try to send a packet capture from a External programm to Original_Send this returning the packet to my External Programm when what i want is return to Original_Server.....

How are your doing it? Are you using Microsoft Detours?
 
Back
Top