Commit Graph

4 Commits (1bff68d8c8d66f23ecd25bbb488679a44c213bf1)

Author SHA1 Message Date
lu4p 870cde9a0a
Remove xor from the name of literal obfuscators. (#91) 6 years ago
pagran 28adbaa73b
Randomize operator (xor, add, subtract) on all obfuscators (#90)
Co-authored-by: lu4p <lu4p@pm.me>
6 years ago
lu4p 0dd97ed0fa
math/rand.Intn(n) generates a `value`, (#83)
which has the following properties `value >=0 && value < n`.

I previously thought it was `value >=0 && value <= n`.
6 years ago
pagran c51e08ef37
Add split obfuscator (#81) 6 years ago