https://github.com/cookie0o/procprotect
Simple Package to protect your App from debugging, dumping and running in a VM
https://github.com/cookie0o/procprotect
Last synced: 9 months ago
JSON representation
Simple Package to protect your App from debugging, dumping and running in a VM
- Host: GitHub
- URL: https://github.com/cookie0o/procprotect
- Owner: cookie0o
- License: agpl-3.0
- Created: 2023-08-31T15:04:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T19:02:37.000Z (over 1 year ago)
- Last Synced: 2024-12-07T20:17:14.159Z (over 1 year ago)
- Language: Python
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/cookie0o/ProcProtect/wiki).
## +Install:
**manually**
- Download the project [here](https://github.com/cookie0o/ProcProtect)
- cd in the project dir with the console
- run: `pip install . --upgrade`
- your done!
**from [pip](https://pypi.org/project/procprotect/)**
- run: `pip install procprotect`
- your done!