Commit Graph

1 Commits (3ea6fda837e68ae994efa66155dd76b3b2c2bc7f)

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