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
-**Internet Connection Check**: Checks if an internet connection is present.
35
39
36
-
### Process
37
-
38
-
This module focuses on critical processes that should be monitored or protected.
39
-
40
+
### ProcessUtils
41
+
ProcessUtils you probably need for you app
40
42
-**Critical Process**: Implements functionality to manage critical processes essential for system operation.
41
-
-**SeDebugPrivilege**: Grants better permissions.
42
-
43
+
-**Set Runtime**: Set the app runtime to specified one: ```MacOS,Linux,Windows```
44
+
-**Enable All Tokens**: Enable all tokens Windows privileges for current process
45
+
-**IsAdmin - Request Admin**: Request admin for current process, and Check if current process is Admin
43
46
44
47
### Quick Nutshell
45
48
@@ -51,9 +54,3 @@ This module focuses on critical processes that should be monitored or protected.
51
54
-https://github.com/MmCopyMemory: Provided ideas and much more. Check out his GitHub.
52
55
- I made this because I noticed someone was trying to crack or analyze my other Go programs. Previously, I had many lines of anti-debugging code (I coded lazily and put everything into one), so I wanted to create something quick and reliable that would make a reverse engineer's life harder. Thus, I made GoDefender.
0 commit comments