burrowers / garble

Obfuscate Go builds
BSD 3-Clause "New" or "Revised" License
3.73k stars 239 forks source link

obfuscate syscall again to fix x/sys/unix #834

Closed mvdan closed 5 months ago

mvdan commented 5 months ago

(see commit message)

Fixes #830.

mvdan commented 5 months ago

I forgot that syscall.Rlimit is not declared on windows; the test should be fixed now.