Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: HOWTO : Intercept Outgoing Connection (WINDOWS)

www.cryer.info
Managed Newsgroup Archive

Re: HOWTO : Intercept Outgoing Connection (WINDOWS)

Subject:Re: HOWTO : Intercept Outgoing Connection (WINDOWS)
Posted by:"Lloyd Kinsella" (lloydkinsel..@gmail.com)
Date:29 May 2006 05:16:08

Sounds dubious!

Usually this is handled by something on the driver level, however, you
could use Madshi's API hooking code to intercept socket(), bind(),
send(), recv() etc, I did that once for MSN.

- Lloyd

michael wrote:

> Which API should be used to intercept An Outgoing Connection, (
> firewall application )
>
> What I am to do is intercepting an Outgoing smtp connection and relay
> it to my trusted smtp server
>
> Thanks
>
> Regards
> Michael


--

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive