You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AntiDebug/UserAntiAntiDebug/HooksDetection.go
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
packageuserantiantidebug
1
+
packageHooksDetection
2
2
3
3
import (
4
-
"fmt"
4
+
"log"
5
5
"syscall"
6
6
"unsafe"
7
7
)
@@ -144,5 +144,5 @@ func DetectHooksOnCommonWinAPIFunctions(moduleName string, functions []string) b
144
144
}
145
145
146
146
funcAntiAntiDebug() {
147
-
fmt.Println("Detecting Hooks on Common WinAPI Functions by checking for Bad Instructions on Functions Addresses (Most Effective on x64): ", DetectHooksOnCommonWinAPIFunctions("", nil))
147
+
log.Println("Detecting Hooks on Common WinAPI Functions by checking for Bad Instructions on Functions Addresses (Most Effective on x64): ", DetectHooksOnCommonWinAPIFunctions("", nil))
0 commit comments