Skip to content

Commit bcf70de

Browse files
authored
Update README.md
1 parent cbb3800 commit bcf70de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ If there is anything not working for you (throws exceptions, can't build, etc) p
99
## Current Detections and protective features:
1010
- Loaded Unsigned Modules
1111
- Debugger detection (hardware, PEB, exceptions, kernelmode)
12-
- Program Header Memory Integrity checks
12+
- Integrity checks on program memory (.text section checks)
1313
- Parent process check
1414
- Remapping sections & re-re-mapping checks (anti-tamper)
1515
- TLS Callback (anti-DLL injection)
16-
- Internal module name renaming (process manipulation)
17-
- Exported function name renaming (process manipulation)
16+
- Internal module name randomly renaming (process manipulation)
17+
- Exported function name randomly renaming (process manipulation)
1818
- Encrypted Shellcode payload execution
1919
- Data obfuscation via templated type class
2020
- VTable hooking (code must be fixed)

0 commit comments

Comments
 (0)