Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdvDebug authored Jan 7, 2025
1 parent 766d53d commit 4057888
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# AntiCrack DotNet
A .NET Project which Contains some useful techniques to detect debugging and other harmful actions and bypass methods which can be used by crackers to analyze your assembly. (also feel free to open an issue for adding additional anti-debugging features, etc) with syscall support.

![image](https://github.com/user-attachments/assets/a49389e4-105b-41d4-8f3a-4d5851022c79)
![image](https://github.com/user-attachments/assets/28edc57b-794d-42ea-9a35-63ad21a7f7a2)


## Hooks
* Preventing unauthorized retrieval of .NET functions pointer to prevent raw memory modifications of functions at runtime
* Preventing unauthorized retrieval of .NET functions pointer to prevent raw memory modifications of functions at runtime.

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

0 comments on commit 4057888

Please sign in to comment.