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/internal/literals
Daniel Martí 83ee4d0509 internal/literals: add fuzzer
To inevstigate #721, I wrote this fuzzer to see if any particular
combination of string literals and literal obfuscators would result
in a broken program.

I didn't find anything, but I reckon this fuzzer can still be useful.
1 year ago
..
fuzz_test.go internal/literals: add fuzzer 1 year ago
literals.go use the "simple" obfuscator for large literals 1 year ago
obfuscators.go use the "simple" obfuscator for large literals 1 year ago
random_testing.go internal/literals: add benchmark to measure the run-time overhead 1 year ago
seed.go avoid using math/rand's global funcs like Seed and Intn 2 years ago
shuffle.go preallocate data in shuffle and split literal obfuscator 1 year ago
simple.go avoid using math/rand's global funcs like Seed and Intn 2 years ago
split.go preallocate data in shuffle and split literal obfuscator 1 year ago
swap.go avoid using math/rand's global funcs like Seed and Intn 2 years ago