Skip to content

Commit b5c426f

Browse files
authored
Update README.md
1 parent 00d5da5 commit b5c426f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ This module focuses on critical processes that should be monitored or protected.
5151
- 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.
5252

5353

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.
54+
## Updates that are visible on repo but arent pushed as new version:
55+
- Patching DLL (Migitation Policy)
56+
- QEMU Detection
57+
- Parallels Check
58+
- VM Artifacts

0 commit comments

Comments
 (0)