Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 588 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 588 Bytes

Arguments Fetcher: argsfet

A simple tool to fetch command line arguments.

Build

rsrc -manifest app.manifest -o app.syso
go build -ldflags="-w -s" -o argsfet.exe

Usage

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.

Reference

build - https://github.com/akavel/rsrc

argsfet.dll - https://github.com/Ninohana/argsfet