mirror of
https://github.com/burrowers/garble.git
synced 2025-12-24 12:58:05 +08:00
More correct comments transformation was implemented. Added processing of //go:linkname localname [importpath.name] directive, now localname is not renamed. This is safe and does not cause a name disclosure because the functions marked //linkname do not have a name in the resulting binary. Added cgo directives support Fixed filename leak protection for cgo Part of #149