vote up 0 vote down star
1

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

Thanks in advance Leo

flag

1 Answer

vote up 1 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.