How does Proxifier work?

扶醉桌前 提交于 2021-02-18 20:53:26

问题


As you know Proxifier is a program that allows network applications that do not support working through proxy servers to operate through an HTTPS or SOCKS.

It can handle any transmission from running applications. I want to know how it can do this and how I can write one like that.


回答1:


FreeCap is your way to go.

It's released under GNU General Public Licence and written in Delphi.




回答2:


A socksifier defines a dynamic library with the same functions as the OS socket layer, but defined in such a way as to use a socks proxy. The program being socksified uses that library instead of the OS-supplied one for its network communication.



来源:https://stackoverflow.com/questions/8946840/how-does-proxifier-work

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!