Skip to content

Commit 0ba767c

Browse files
authored
Update README.md
1 parent 446fd2c commit 0ba767c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ A C# Project which Contains some Anti-Cracking, anti memory injection techniques
101101
## Hooks Detection
102102
* Detecting Most Anti Anti-Debugging Hooking Methods on Common Anti-Debugging Functions by checking for Bad Instructions on Functions Addresses and it detects user-mode anti anti-debuggers like scyllahide, and it can also detect some sandboxes which uses hooking to monitor application behaviour/activity (like <a href="https://github.com/sandboxie-plus/Sandboxie">Sandboxie/Sandboxie Plus</a>, <a href="https://www.hybrid-analysis.com">Hybrid Analysis</a>, <a href="https://cuckoosandbox.org/">Cuckoo Sandbox</a>, and a lot of other online malware analysis websites/applications).
103103

104-
* Detecting CLR Functions Hooking. (works only under x86)
104+
* Detecting CLR Functions Hooking (like harmony hooks). (works only under x86)
105105

106106
# Notice
107107
This Project are created for educational purposes only, also this project are licensed under MIT License.

0 commit comments

Comments
 (0)