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.
Changes literal obfuscation such that literals of any size will be obfuscated, but beyond `maxSize` we only use the `simple` obfuscator. This one seems to apply AND, OR, or XOR operators byte-wise and should be safe to use, unlike some of the other obfuscators which are quadratic on the literal size or worse. The test for literals is changed a bit to verify that obfuscation is applied. The code written to the `extra_literals.go` file by the test helper now ensures that Go does not optimize the literals away when we build the binary. We also append a unique string to all literals so that we can test that an unobfuscated build contains this string while an obfuscated build does not. |
2 years ago | |
---|---|---|
.. | ||
asm.txtar | 2 years ago | |
atomic.txtar | 2 years ago | |
basic.txtar | 2 years ago | |
cgo.txtar | 2 years ago | |
crossbuild.txtar | 2 years ago | |
debugdir.txtar | 2 years ago | |
embed.txtar | 2 years ago | |
goenv.txtar | 2 years ago | |
gogarble.txtar | 2 years ago | |
goversion.txtar | 2 years ago | |
help.txtar | 2 years ago | |
implement.txtar | 2 years ago | |
imports.txtar | 2 years ago | |
init.txtar | 2 years ago | |
ldflags.txtar | 2 years ago | |
linker.txtar | 2 years ago | |
linkname.txtar | 2 years ago | |
list_error.txtar | 2 years ago | |
literals.txtar | 2 years ago | |
modinfo.txtar | 2 years ago | |
plugin.txtar | 2 years ago | |
position.txtar | 2 years ago | |
reflect.txtar | 2 years ago | |
reverse.txtar | 2 years ago | |
run.txtar | 2 years ago | |
seed-cache.txtar | 2 years ago | |
seed.txtar | 2 years ago | |
syntax.txtar | 2 years ago | |
test.txtar | 2 years ago | |
tiny.txtar | 2 years ago | |
typeparams.txtar | 2 years ago |