A simple tool to fetch command line arguments.
rsrc -manifest app.manifest -o app.syso
go build -ldflags="-w -s" -o argsfet.exeExecute
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.
build - https://github.com/akavel/rsrc
argsfet.dll - https://github.com/Ninohana/argsfet