/ProcProtect

Simple Package to protect your App from debugging, dumping and running in a VM

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

ProcProtect v0.1.15

A package to protect your app from debugging, being run in a VM or dumping.

+Info and usage:

go to the wiki on the Github Page here.

+Install:

manually

  • Download the project here
  • cd in the project dir with the console
  • run: pip install . --upgrade
  • your done!

from pip

  • run: pip install procprotect
  • your done!