shunf4 / proxychains-windows

Windows and Cygwin port of proxychains, based on MinHook and DLL Injection
GNU General Public License v2.0
967 stars 117 forks source link

Possibility of providing Application Command Line Arguments #55

Closed abhishekmani12 closed 1 month ago

abhishekmani12 commented 2 months ago

Hello, I was wondering if it is possible to specify command line arguments for an app when trying to launch it with proxychains.

Eg: proxychains "some\path\to\app.exe -option1 -option2 ....."

It tried modifying args_and_config.c but couldn't work it out. Could you please shed some light on this?

shunf4 commented 2 months ago

Quote each

abhishekmani12 commented 1 month ago

Thanks, I'm able to pass it.