diff --git a/README.md b/README.md index e26c078..7e731f6 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ A C# Project which Contains some Anti-Cracking, anti memory injection techniques ## Hooks Detection * 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 Sandboxie/Sandboxie Plus, Hybrid Analysis, Cuckoo Sandbox, and a lot of other online malware analysis websites/applications). -* Detecting CLR Functions Hooking (like harmony hooks). (works only under x86) +* Detecting CLR Functions Hooking (like harmony hooks). # Notice This Project are created for educational purposes only, also this project are licensed under MIT License.