Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdvDebug authored Dec 3, 2024
1 parent 329e079 commit 728670f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# AntiCrack DotNet
A C# Project which Contains some Anti-Cracking, anti memory injection techniques, etc. (also feel free to open an issue for adding additional anti-debugging features, etc)
A C# Project which Contains some Anti-Cracking, anti memory injection techniques, etc. (also feel free to open an issue for adding additional anti-debugging features, etc) with syscall support.

![Damn](https://github.com/AdvDebug/AntiCrack-DotNet/assets/90452585/db8a12aa-b3c6-47db-bb72-6db6894567c7)

## Anti Debugging
* GetForegroundWindow (looks for bad active window names to check if it's a known debugger)
* NtUserGetForegroundWindow (looks for bad active window names to check if it's a known debugger)

* Debugger.IsAttached

Expand Down Expand Up @@ -77,9 +77,6 @@ A C# Project which Contains some Anti-Cracking, anti memory injection techniques
* Checking for devices created by VMs or Sandboxes

## Anti Dll Injection
* Patching LoadLibraryA

* Patching LoadLibraryW

* Taking Advantage of Binary Image Signature Mitigation Policy to prevent injecting Non-Microsoft Binaries.

Expand Down

0 comments on commit 728670f

Please sign in to comment.