readme.socksify
来自「sock protocol ,it is useful!」· SOCKSIFY 代码 · 共 16 行
SOCKSIFY
16 行
$Id: README.socksify,v 1.4 1999/04/26 13:52:33 michaels Exp $The shell script socksify in the bin directory is meant to aid inusing socks with already compiled dynamic binaries. This works bysetting the LD_PRELOAD environment variable to libdsocks. It willthen wrap all networking-related system calls.When used the script can socksify a program by simply giving it as aparameter to socksify:socksify ftpA more permanent solution would be to add the LD_PRELOAD environmentvalue to the shell startup files. Then all non-set[ug]id applicationsthat are linked dynamically would be socksified.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?