Commit Graph

51 Commits (afe1aad916a3a44d2fcb010f5b4b3f50639fdf9f)

Author SHA1 Message Date
lu4p d48bdbadae Use XOR instead of AES for literal obfuscation.
Implement a literal obfuscator interface,
to allow the easy addition of new encodings.

Add literal obfuscation for byte literals.

Choose a random obfuscator on literal obfuscation,
useful when multiple obfuscators are implemented.

Fixes #62
5 years ago