burrowers / garble

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

support inline and non-spaced comments in assembly #674

Closed mvdan closed 1 year ago

mvdan commented 1 year ago

(see commit message)

Fixes #672.

mvdan commented 1 year ago

It would be nice to use an official parser or tokenizer for Go assembly, so we don't make mistakes like these, but as far as I can tell there isn't one.