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 )