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í d8e8738216
initial support for reversing panic output (#225)
For now, this only implements reversing of exported names which are
hashed with action IDs. Many other kinds of obfuscation, like positions
and private names, are not yet implemented.

Note that we don't document this new command yet on purpose, since it's
not finished.

Some other minor cleanups were done for future changes, such as making
transformLineInfo into a method that also receives the original
filename, and making header names more self-describing.

Updates #5.
4 years ago
..
asm.txt testdata: don't let tests rely on rewriting mod files 4 years ago
basic.txt make -coverprofile include toolexec processes (#216) 4 years ago
cgo.txt testdata: don't let tests rely on rewriting mod files 4 years ago
debugdir.txt testdata: don't let tests rely on rewriting mod files 4 years ago
goprivate.txt obfuscate fewer std packages (#196) 4 years ago
goversion.txt make -coverprofile include toolexec processes (#216) 4 years ago
help.txt include a "garble version" test (#221) 4 years ago
implement.txt testdata: don't let tests rely on rewriting mod files 4 years ago
imports.txt fix garbling names belonging to indirect imports (#203) 4 years ago
init.txt testdata: add test case for init funcs in many files (#208) 4 years ago
ldflags.txt testdata: don't let tests rely on rewriting mod files 4 years ago
linkname.txt fixed some bugs related to additional linkname corner cases (#210) 4 years ago
literals.txt do not try to obfuscate huge literals (#204) 4 years ago
modinfo.txt testdata: don't let tests rely on rewriting mod files 4 years ago
plugin.txt testdata: don't let tests rely on rewriting mod files 4 years ago
reverse.txt initial support for reversing panic output (#225) 4 years ago
seed.txt testdata: don't let tests rely on rewriting mod files 4 years ago
syntax.txt rewrite go:linkname directives with garbled names (#200) 4 years ago
test.txt testdata: don't let tests rely on rewriting mod files 4 years ago
tiny.txt testdata: don't let tests rely on rewriting mod files 4 years ago