Added
- Added an experimental
go_asmcgocallflag that makes the Go 1.25+syscall
hook onx86-64reuse the Go runtime's ownasmcgocallstack-switching
routine (as thearm64hook already does), fixing crashes seen in some Go
programs that usecgo.
Changed
- Added per-connection client-to-agent write back pressure to intercepted
outgoing connections.