Skip to content

A simple tool to fetch command line arguments in Windows for golang.

License

Notifications You must be signed in to change notification settings

Ninohana/argsfet-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

381e921 · Sep 14, 2024

History

3 Commits
Sep 14, 2024
Sep 14, 2024
Sep 14, 2024
Sep 14, 2024
Sep 14, 2024
Sep 14, 2024
Sep 14, 2024
Sep 14, 2024
Sep 14, 2024

Repository files navigation

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

About

A simple tool to fetch command line arguments in Windows for golang.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages