Closed XEonAX closed 2 years ago
https://github.com/ssut/payload-dumper-go/blob/412e5a9dd12f89112391a71b920fa8feb3f63f60/main.go#L126
Something like:
fmt.Fprintf(os.Stderr, "Usage: %s [options] [inputfile]\n", os.Args[0])
So that it can print
C:\Projects\roms\alioth21.8.18>C:\Projects\roms\posp\payload-dumper-go.exe Usage: C:\Projects\roms\posp\payload-dumper-go.exe [options] [inputfile] ...
from https://github.com/ssut/payload-dumper-go/issues/20#issuecomment-917383170
https://github.com/ssut/payload-dumper-go/blob/412e5a9dd12f89112391a71b920fa8feb3f63f60/main.go#L126
Something like:
So that it can print