Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
bruh i need to push once again lol.
  • Loading branch information
EvilBytecode authored Jul 7, 2024
1 parent e00fbcd commit 42b9a1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -53,7 +52,6 @@ func main() {
log.Println("[DEBUG] PC uptime passed")
}

KillBadProcesses.KillProcesses()
CheckBlacklistedWindowsNames.CheckBlacklistedWindows()
// Other AntiDebug checks
if isDebuggerPresentResult := IsDebuggerPresent.IsDebuggerPresent1(); isDebuggerPresentResult {
Expand Down

0 comments on commit 42b9a1b

Please sign in to comment.