-1

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

djot
  • 2,952
  • 4
  • 19
  • 28

1 Answers1

1

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
  • 1,180
  • 2
  • 13
  • 28