News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Socks Proxy

Started by EarlCrapstone, January 27, 2006, 01:04:53 AM

Previous topic - Next topic

EarlCrapstone

I have searched and searched on google for asm code to connect through a socks proxy, but can't find anything. Can any of you point me in the right direction to a website or something to find some information about it.

Tedd

No snowflake in an avalanche feels responsible.

EarlCrapstone

Thank you for the links, but they don't really give much explaination on how to code anything. I've been trying to get on the socks website (www.socks.nec.com), but it's down.

Tedd

They tell you what to do, not how to do it. As long as you follow protocol, it should work.
If you're looking for examples then your best bet is going to be looking at an already implemented version, which will most likely be in C or C++; I doubt you'll find much in asm.
No snowflake in an avalanche feels responsible.

arafel

Quote from: EarlCrapstone on January 28, 2006, 04:56:55 PM
I've been trying to get on the socks website (www.socks.nec.com), but it's down.

Try http://www.socks.permeo.com

EarlCrapstone

I found that socks website after some more google searching, but it didn't have any code samples. I didn't think ti would be this ahrd to find some code samples of socks proxy implimentation, it's in a lot of programs. I did find one sample program that has support for http and socks proxies, but like Tedd said, it's in C++.