Skip to content

Commit ba64cf2

Browse files
authored
Update README.md
Why did i made GoDefender.
1 parent 4351b8b commit ba64cf2

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ This module focuses on critical processes that should be monitored or protected.
3939
- **Critical Process**: Implements functionality to manage critical processes essential for system operation.
4040
- **SetDebugPrivilege**: Grants better permissions.
4141

42-
### TODO (V1.0.6 Plans):
43-
- Check Disk / RAM (If disk size is less than 100GB, exit; and if RAM size is less than 6GB, exit).
44-
- Flags and artifacts.
45-
- Execution time is lame, but I guess it can be added as well.
46-
- Hiding threads through (NtSetInformationThread).
47-
- Theres probably more, but i cant think of any right now.
48-
4942

5043
### Quick Nutshell
5144

@@ -55,3 +48,12 @@ This module focuses on critical processes that should be monitored or protected.
5548

5649
- https://github.com/AdvDebug: Inspired me to start making this package. Without him, it wouldn't be here. Check out his GitHub.
5750
- https://github.com/MmCopyMemory: Provided ideas and much more. Check out his GitHub.
51+
- 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.
52+
53+
54+
### TODO (V1.0.6 Plans):
55+
- Check Disk / RAM (If disk size is less than 100GB, exit; and if RAM size is less than 6GB, exit).
56+
- Flags and artifacts.
57+
- Execution time is lame, but I guess it can be added as well.
58+
- Hiding threads through (NtSetInformationThread).
59+
- Theres probably more, but i cant think of any right now.

0 commit comments

Comments
 (0)