From 42b9a1bcc44c2fc4597de0684cb2598f45f9f065 Mon Sep 17 00:00:00 2001 From: Codepulze <151552809+EvilBytecode@users.noreply.github.com> Date: Sun, 7 Jul 2024 12:51:32 +0100 Subject: [PATCH] Update main.go bruh i need to push once again lol. --- main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.go b/main.go index d77c215..ea36bf9 100644 --- a/main.go +++ b/main.go @@ -7,7 +7,6 @@ import ( "github.com/EvilBytecode/GoDefender/AntiDebug/CheckBlacklistedWindowsNames" "github.com/EvilBytecode/GoDefender/AntiDebug/InternetCheck" "github.com/EvilBytecode/GoDefender/AntiDebug/IsDebuggerPresent" - "github.com/EvilBytecode/GoDefender/AntiDebug/KillBadProcesses" "github.com/EvilBytecode/GoDefender/AntiDebug/ParentAntiDebug" "github.com/EvilBytecode/GoDefender/AntiDebug/RunningProcesses" "github.com/EvilBytecode/GoDefender/AntiDebug/RemoteDebugger" @@ -53,7 +52,6 @@ func main() { log.Println("[DEBUG] PC uptime passed") } - KillBadProcesses.KillProcesses() CheckBlacklistedWindowsNames.CheckBlacklistedWindows() // Other AntiDebug checks if isDebuggerPresentResult := IsDebuggerPresent.IsDebuggerPresent1(); isDebuggerPresentResult {