Links
- Securing and Exploiting Go Binaries
- The Go build tools include the full path to the source on the build machine in the binary.
- Go binaries helpfully print the faulting address and instruction on segmentation faults.
- The heap in Go is loaded at a fixed address and is executable.
- Go binaries are linked with full debug information.