Skip to content

Commit 3b1997f

Browse files
authored
Update main.go
FIX TYPOS
1 parent cc9f222 commit 3b1997f

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

main.go

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ import (
44
"log"
55

66
// AntiDebug
7-
"GoDefenderREWRITE/AntiDebug/CheckBlacklistedWindowsNames"
8-
"GoDefenderREWRITE/AntiDebug/InternetCheck"
9-
"GoDefenderREWRITE/AntiDebug/IsDebuggerPresent"
10-
"GoDefenderREWRITE/AntiDebug/KillBadProcesses"
11-
"GoDefenderREWRITE/AntiDebug/ParentAntiDebug"
12-
"GoDefenderREWRITE/AntiDebug/RunningProcesses"
13-
"GoDefenderREWRITE/AntiDebug/RemoteDebugger"
14-
"GoDefenderREWRITE/AntiDebug/pcuptime"
7+
"github.com/EvilBytecode/GoDefender/AntiDebug/CheckBlacklistedWindowsNames"
8+
"github.com/EvilBytecode/GoDefender/AntiDebug/InternetCheck"
9+
"github.com/EvilBytecode/GoDefender/AntiDebug/IsDebuggerPresent"
10+
"github.com/EvilBytecode/GoDefender/AntiDebug/KillBadProcesses"
11+
"github.com/EvilBytecode/GoDefender/AntiDebug/ParentAntiDebug"
12+
"github.com/EvilBytecode/GoDefender/AntiDebug/RunningProcesses"
13+
"github.com/EvilBytecode/GoDefender/AntiDebug/RemoteDebugger"
14+
"github.com/EvilBytecode/GoDefender/AntiDebug/pcuptime"
1515

1616
// AntiVirtualization
17-
"GoDefenderREWRITE/AntiVirtualization/KVMCheck"
18-
"GoDefenderREWRITE/AntiVirtualization/MonitorMetrics"
19-
"GoDefenderREWRITE/AntiVirtualization/RecentFileActivity"
20-
"GoDefenderREWRITE/AntiVirtualization/TriageDetection"
21-
"GoDefenderREWRITE/AntiVirtualization/UsernameCheck"
22-
"GoDefenderREWRITE/AntiVirtualization/VirtualboxDetection"
23-
"GoDefenderREWRITE/AntiVirtualization/VMWareDetection"
17+
"github.com/EvilBytecode/GoDefender/AntiVirtualization/KVMCheck"
18+
"github.com/EvilBytecode/GoDefender/AntiVirtualization/MonitorMetrics"
19+
"github.com/EvilBytecode/GoDefender/AntiVirtualization/RecentFileActivity"
20+
"github.com/EvilBytecode/GoDefender/AntiVirtualization/TriageDetection"
21+
"github.com/EvilBytecode/GoDefender/AntiVirtualization/UsernameCheck"
22+
"github.com/EvilBytecode/GoDefender/AntiVirtualization/VirtualboxDetection"
23+
"github.com/EvilBytecode/GoDefender/AntiVirtualization/VMWareDetection"
2424
)
2525

2626
func main() {

0 commit comments

Comments
 (0)