Files
AetherForge/agent/deploy/hollow_design.go
AetherForge c8437c5b22 Add by-design safety tests and clear PROBLEMS.md rows.
Go/Vitest coverage for bof_execute, hollow AMSI limits, cloudflared stub policy, KEV n/a, mesh P2P zero peers, and non-Windows GPU/camera stubs. Skip GPU subprocess on non-Windows; document cloudflared external connector path.
2026-06-07 06:31:24 -07:00

10 lines
318 B
Go

package deploy
// Intentional process-hollowing limits (see hollow_windows.go RunHollowed).
// Relocation patching is implemented; AMSI/ETW bypass is not — Defender may
// still block ~50% of real-world attempts on Windows 10/11.
const (
HollowRelocationsImplemented = true
HollowAMSIBypassImplemented = false
)