From 986f91490f63abbf30df1ba2ed0cc322097d542c Mon Sep 17 00:00:00 2001 From: AdvDebug <90452585+AdvDebug@users.noreply.github.com> Date: Thu, 6 Jun 2024 21:59:46 +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 4b44b55..df8f52b 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. +* Detecting CLR Functions Hooking. (works only under x86) # Notice This Project are created for educational purposes only, also this project are licensed under MIT License.