Skip to content

stein-exe/anti-debugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

🛡️ Anti-Debugger

Not as powerful as you think — but it helps a lot.

A lightweight anti-debugging utility to help protect your code. Use it alongside encryption and obfuscation techniques for better protection.


✨ Features

  • Anti-debugging detection
  • Lightweight and easy to integrate
  • Works well combined with encryption (enc) and obfuscation (obf)

🚀 Usage

Integrate this into your project and layer it with your preferred encryption and obfuscation methods for maximum effect.

# Example usage
anti_debugger(your_code)

Example:

with open("script.py", "r") as f:
    raw = f.read()

anti_debugger(raw)

Tip: Combine with code obfuscators and encryptors for stronger protection.


⭐ Support

If this project helped you, please star the repo — it helps a lot and motivates further development!


👤 Author

stein-exe


⚠️ Disclaimer

This tool is intended for educational and legitimate software protection purposes only. Use responsibly.

About

A best python anti-debugger snippet by @rejerk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages