rofl0r / proxychains-ng

proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead.

Home Page:http://sourceforge.net/projects/proxychains-ng/files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[proxychains] DLL init: proxychains-ng 4.16-git-14-g42d2d95

hongyi-zhao opened this issue · comments

After I updated proxychains-ng to its latest git master version, even I've invoked proxychains-ng with -q option, still I observed the following output:

[proxychains] DLL init: proxychains-ng 4.16-git-14-g42d2d95
[proxychains] DLL init: proxychains-ng 4.16-git-14-g42d2d95
[proxychains] DLL init: proxychains-ng 4.16-git-14-g42d2d95
[proxychains] DLL init: proxychains-ng 4.16-git-14-g42d2d95
[proxychains] DLL init: proxychains-ng 4.16-git-14-g42d2d95
[proxychains] DLL init: proxychains-ng 4.16-git-14-g42d2d95
[...]

How to disable this message?

Regards,
Zhao

It seems that the simplest solution is to comment out this line and recompile it, which will solve the problem. But I wonder whether there is a more graceful solution.