- Move screen capture to child process - Isolate GDI/BitBlt crashes from agent - Use -capture flag for internal helper mode - Add protocol for frame request/response - Make monitor enumeration thread-safe
6 lines
72 B
Go
6 lines
72 B
Go
//go:build !windows
|
|
|
|
package capture
|
|
|
|
func RunHelper() int { return 1 }
|