Mickey758 / Anti-Debug-Py

Anti debug script for python. Stop people from trying to debug your program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anti Debug For Python

This module stops people from tying to debug your program, from running on a vm and from scanning the behaviour using virustotal or another environment

The Module Will Attempt To

  • Check the ip of the host.
  • Check the storage, ram and cpu counts.
  • Check for virtual machine files/services/dll's/registry keys.
  • Check if any debugging programs are open.
  • Force close if any of the flags are met.

To use the module

First, install the requirements

pip install -r requirements.txt

Then initialize the script from your program

from antiDebug import watchdog

watchdog()
print('Anti Debug Initialized')

About

Anti debug script for python. Stop people from trying to debug your program


Languages

Language:Python 100.0%