Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
FIX TYPOS
  • Loading branch information
EvilBytecode authored Jun 8, 2024
1 parent cc9f222 commit 3b1997f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ import (
"log"

// AntiDebug
"GoDefenderREWRITE/AntiDebug/CheckBlacklistedWindowsNames"
"GoDefenderREWRITE/AntiDebug/InternetCheck"
"GoDefenderREWRITE/AntiDebug/IsDebuggerPresent"
"GoDefenderREWRITE/AntiDebug/KillBadProcesses"
"GoDefenderREWRITE/AntiDebug/ParentAntiDebug"
"GoDefenderREWRITE/AntiDebug/RunningProcesses"
"GoDefenderREWRITE/AntiDebug/RemoteDebugger"
"GoDefenderREWRITE/AntiDebug/pcuptime"
"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"
"github.com/EvilBytecode/GoDefender/AntiDebug/pcuptime"

// AntiVirtualization
"GoDefenderREWRITE/AntiVirtualization/KVMCheck"
"GoDefenderREWRITE/AntiVirtualization/MonitorMetrics"
"GoDefenderREWRITE/AntiVirtualization/RecentFileActivity"
"GoDefenderREWRITE/AntiVirtualization/TriageDetection"
"GoDefenderREWRITE/AntiVirtualization/UsernameCheck"
"GoDefenderREWRITE/AntiVirtualization/VirtualboxDetection"
"GoDefenderREWRITE/AntiVirtualization/VMWareDetection"
"github.com/EvilBytecode/GoDefender/AntiVirtualization/KVMCheck"
"github.com/EvilBytecode/GoDefender/AntiVirtualization/MonitorMetrics"
"github.com/EvilBytecode/GoDefender/AntiVirtualization/RecentFileActivity"
"github.com/EvilBytecode/GoDefender/AntiVirtualization/TriageDetection"
"github.com/EvilBytecode/GoDefender/AntiVirtualization/UsernameCheck"
"github.com/EvilBytecode/GoDefender/AntiVirtualization/VirtualboxDetection"
"github.com/EvilBytecode/GoDefender/AntiVirtualization/VMWareDetection"
)

func main() {
Expand Down

0 comments on commit 3b1997f

Please sign in to comment.