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/ctrlflow
Daniel Martí 4963af3311 all: drop x/exp in favor of std
x/exp/rand was being used for no apparent reason; use math/rand.

x/exp/maps and x/exp/slices can be replaced with maps and slices
respectively now that we require Go 1.23 or later.
Note that the APIs are slightly different due to iterators.
11 months ago
..
ctrlflow.go add trash block generator (#825) 2 years ago
hardening.go all: drop x/exp in favor of std 11 months ago
ssa.go add control flow obfuscation 2 years ago
transform.go add trash block generator (#825) 2 years ago
trash.go all: drop x/exp in favor of std 11 months ago
trash_test.go add trash block generator (#825) 2 years ago