From 0ba767cbbd0729d5b0dc73e1ee5069223cd2cde4 Mon Sep 17 00:00:00 2001 From: AdvDebug <90452585+AdvDebug@users.noreply.github.com> Date: Thu, 6 Jun 2024 23:05:25 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1e30d7..cc29887 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,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. (works only under x86) +* Detecting CLR Functions Hooking (like harmony hooks). (works only under x86) # Notice This Project are created for educational purposes only, also this project are licensed under MIT License.