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.
http://sourceforge.net/projects/proxychains-ng/files
GNU General Public License v2.0
9.82k stars 1.08k forks source link

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

Closed hongyi-zhao closed 1 year ago

hongyi-zhao commented 1 year ago

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

hongyi-zhao commented 1 year ago

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.