Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
277 contributions in the last year
Activity overview
Contribution activity
June 2020
- lu4p/garble Go
Created a pull request in mvdan/garble that received 1 comment
Allow easy inspection of garbled code
To test that it works:
mkdir inspectCodeTest
cd inspectCodeTest
git clone https://github.com/lu4p/garble.git
cd garble
git checkout inspectCode
go …
+86
−10
•
1
comment
Created an issue in mvdan/garble that received 5 comments
Also obfuscate dependencies
Currently only the files which belong to the same module are obfuscated. Add a flag like -deps to also obfuscate all non stdlib (stdlib is probably…
5
comments