Closed abhishekmani12 closed 1 month 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 ....."
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?
args_and_config.c
Quote each
Thanks, I'm able to pass it.
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?