1. tcp stuff, bypassing the winsock
- Posted by Kat <gertie at PELL.NET>
Jul 20, 2000
-
Last edited Jul 21, 2000
I found this interesting...
On this url (i know it will wrap in this email or your reader.... but it is one
long url.. just
reassemble it in a text editor or your browser input line..):
scan down to this:
Capturing TCP connections
Those of you asking about a browser written in Eu, or providing services to a
browser with
Eu should read that section. It describes a way to hook *all* the traffic
to/from the browser
and munging it however you like, transparently to the user, and your code will
run as ring0,
with full access to the entire puter, just about like it was DOS again,, which
it sorta is
anyhow. You'll need to know 386 protected mode assy language,, maybe, it says
you can
do it in C too,, and with a C compiler coming soon, could be you could write the
entire
thing in Eu?.
Kat
2. Re: tcp stuff, bypassing the winsock
I don't think that is anything you can do with Euphoria because
requires writting and modifying vxd drivers.
3. Re: tcp stuff, bypassing the winsock
On 21 Jul 2000, at 10:12, Bernie wrote:
> I don't think that is anything you can do with Euphoria because
>
> requires writting and modifying vxd drivers.
>
It requires *compiling* it in vxd format, and does not require modifying
anything already
existing.
Kat