views:

151

answers:

1

How to replace a string in packets of a connection? I use Delphi.

Thanks in advance Leo

+1  A: 

search this topic for appsniff(wiht source), it hooks various winsock functions and output the ongoing and incoming packets. inside the hooker function you can change packets before pass it to real winsock functions . but this is very complicated task, it can easly crash applications and produce BSOD.

avar