A simple tool to fetch command line arguments.
rsrc -manifest app.manifest -o app.syso
go build -ldflags="-w -s" -o argsfet.exe
Execute
argsfet.exe <ProcessName>
then will show the command line arguments and output a file named command_line_<ProcessName>.txt
.
There into <ProcessName>
is the process name which you want to fetch.