update readme

This commit is contained in:
2026-07-07 04:37:29 +01:00
commit 50cbc601d5
69 changed files with 15056 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
//go:build !evasion
package core
import "time"
var (
procPatchETW uintptr = 0
procPatchAMSI uintptr = 0
procRemoveEDRCallbacks uintptr = 0
)
func init() {}
func EvasionSleep(d time.Duration) { time.Sleep(d) }