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
Daniel Martí b995c1b589
obfuscate literals as part of transformGo (#299)
This is easier to understand, since now the modification of the
*ast.File is all within a single chunk of code. We can also simplify
literals.Obfuscate to work on a single file, as transformGo runs in a
loop.

We also remove the "use receiver" TODOs, since the code is now in a
different package and it can't declare methods on a type here.
4 years ago
..
literals.go obfuscate literals as part of transformGo (#299) 4 years ago
obfuscators.go if the seed is random and the build fails, print the seed (#213) 4 years ago
seed.go Replaced asthelper.Ident with ast.NewIdent 4 years ago
shuffle.go Replaced asthelper.Ident with ast.NewIdent 4 years ago
simple.go Replaced asthelper.Ident with ast.NewIdent 4 years ago
split.go Replaced asthelper.Ident with ast.NewIdent 4 years ago
swap.go Replaced asthelper.Ident with ast.NewIdent 4 years ago