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 | |
---|---|---|
.. | ||
literals.go | 2 years ago | |
obfuscators.go | 2 years ago | |
random_testing.go | 2 years ago | |
seed.go | 2 years ago | |
shuffle.go | 2 years ago | |
simple.go | 2 years ago | |
split.go | 2 years ago | |
swap.go | 2 years ago |