lu4p
|
a08a42503d
|
Use binary literals instead of hex strings.
Fixes #40
|
5 years ago |
lu4p
|
234174b418
|
don't obfuscate some literals which might break typechecking
|
5 years ago |
lu4p
|
4c64b13506
|
make -seed=random use the same random seed for all packages
Otherwise, a different random seed per package will break imported names.
|
5 years ago |
Daniel Martí
|
a09b197fe2
|
remove the code to handle a nil file.Imports
I could not reproduce the supposed panic, even after I was able to reach
a nil x.Imports in that line in question with the modified test.
|
5 years ago |
Daniel Martí
|
1bb85bbf9b
|
simplify the code to obfuscate literals a bit
|
5 years ago |
lu4p
|
dd1fc4ed87
|
don't replace all consts with vars
In some cases, such as iotas or when constants are later required to be constants,
we could break compilation. Be more conservative.
Fixes #32.
|
5 years ago |
Daniel Martí
|
c6643d37f9
|
simplify and tidy up the string obfuscation code
Mainly removing unnecessary indentation and newlines, but also other
minor things like making error handling a bit more consistent.
|
5 years ago |
lu4p
|
077d02d43a
|
add basic literal obfuscation, starting with strings
Fixes #16.
|
5 years ago |