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.
http://www.ietf.org/rfc/rfc1928.txt -- SOCKS 5 Protocol
http://www.ietf.org/rfc/rfc1929.txt -- Username/Password Authentication SOCKS 5
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.
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.
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
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++.