document "garble reverse"

Fixes #5.
pull/294/head
Daniel Martí 3 years ago committed by lu4p
parent 1662fc93b4
commit 664f834906

@ -63,9 +63,17 @@ Garble obfuscates Go code by wrapping the Go toolchain.
Usage:
garble [flags] build [build flags] [packages]
garble [garble flags] command [arguments]
Aside from "build", the "test" command mirroring "go test" is also supported.
For example, to build an obfuscated program:
garble build ./cmd/foo
The following commands are supported:
build [packages] wraps "go build"
test [packages] wraps "go test"
reverse [files] de-obfuscates output such as stack traces
garble accepts the following flags:

Loading…
Cancel
Save