How do I connect to a SOCKS proxy from C++?
I need it for Tor hidden service shenanigans.
How do I connect to a SOCKS proxy from C++?
Other urls found in this thread:
tools.ietf.org
github.com
stackoverflow.com
stretto-editor.github.io
twitter.com
...
...
The spec isn't very long, and it's very readable. Create packets of the necessary format, and make the requisite send system call. The same way you'd do it in C.
tools.ietf.org
github.com
you're welcome
Oh, lol. I had already seen that page, I just got threw off by the "server" word in the description and thought it was a SOCKS server.
Why would you spoonfeed the nigger? Let him read the spec.
Because c/c++ retards should not be rewritting everything from scratch every fucking time like everyone seems to think is a normal.
Just what the world needs. Another shit programmer who can only accomplish simple socket code by using someone else's library. Next time stick to advising people in Java threads, all you did is Google for a library and say you're welcome.
I saved the world from one more dumbass implementation. Last thing we need is more broken implementations of trivial algorithms / protocols because c faggots think rewriting sort is a good idea.