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
lu4p 705f9d3a28 Fix byte array and untyped constant obfuscation.
Byte arrays were previously,
obfuscated as byte slices.

Untyped constants are now skipped,
because they cannot be replaced with typed variables.
5 years ago
..
literals.go Fix byte array and untyped constant obfuscation. 5 years ago
obfuscators.go Use XOR instead of AES for literal obfuscation. 5 years ago
xor.go Use XOR instead of AES for literal obfuscation. 5 years ago