Skip to content

Mickey758/Anti-Debug-Py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Languages