Commit Graph

4 Commits (d8d784639feaa0e665866a04528df5bb8ba73370)

Author SHA1 Message Date
lu4p 870cde9a0a
Remove xor from the name of literal obfuscators. (#91) 5 years ago
pagran 28adbaa73b
Randomize operator (xor, add, subtract) on all obfuscators (#90)
Co-authored-by: lu4p <lu4p@pm.me>
5 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`.
5 years ago
pagran c51e08ef37
Add split obfuscator (#81) 5 years ago