You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
garble/testdata/scripts
Daniel Martí 1662fc93b4 make reverse error if no changes were made
Just the exit status code is used. Printing an error would be confusing,
since we're printing the input too. Plus, the error is binary anyway -
either we changed something, or we did not.

One could make a case for only printing if we changed anything, and
showing an error otherwise. But that would mean buffering the entire
input, which could be problematic or slow when e.g. reversing large log
files.
5 years ago
..
asm.txt obfuscate asm function names as well (#273) 5 years ago
basic.txt testdata: remove some unnecessary execs (#267) 5 years ago
cgo.txt all: drop support for Go 1.15.x (#265) 5 years ago
debugdir.txt refactor "current package" with TOOLEXEC_IMPORTPATH (#266) 5 years ago
embed.txt don't obfuscate the "embed" import path 5 years ago
goprivate.txt obfuscate asm function names as well (#273) 5 years ago
goversion.txt all: drop support for Go 1.15.x (#265) 5 years ago
help.txt handle unknown flags in reverse (#290) 5 years ago
implement.txt all: drop support for Go 1.15.x (#265) 5 years ago
imports.txt all: drop support for Go 1.15.x (#265) 5 years ago
init.txt all: drop support for Go 1.15.x (#265) 5 years ago
ldflags.txt testdata: remove some unnecessary execs (#267) 5 years ago
linkname.txt all: drop support for Go 1.15.x (#265) 5 years ago
literals.txt improve "reverse" even further (#289) 5 years ago
modinfo.txt testdata: remove some unnecessary execs (#267) 5 years ago
plugin.txt all: drop support for Go 1.15.x (#265) 5 years ago
position.txt improve "reverse" even further (#289) 5 years ago
reverse.txt make reverse error if no changes were made 5 years ago
seed.txt make flags like -literals and GOPRIVATE affect hashing (#288) 5 years ago
syntax.txt all: drop support for Go 1.15.x (#265) 5 years ago
test.txt handle unknown flags in reverse (#290) 5 years ago
tiny.txt use hashWith for obfuscation position information 5 years ago