How to redirect an application's connection through a Socks5/SSH/HTTPS tunnel? Any recomendations of
- by Pai Gaudêncio
I need to tunnel the connections (mostly TCP) made by an application through Socks5, SSH or HTTPS.
So far, I've found 3 ways to do this: api hooks, winsock lsp and a driver.
I'm looking for advice on the best way to handle this, and any recommendations on SDK's that could abstract this task for me (free/open-source preferred, but commercial ones are welcome as long as the price is not high for a one-man-starting-company to afford).
ps. I'm using .Net (C# and-or C++/CLI)