Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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: gpl-3.0
- Created: 2023-08-31T15:04:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-04T13:46:15.000Z (7 months ago)
- Last Synced: 2024-11-09T10:26:41.496Z (6 days ago)
- Language: Python
- Size: 38.1 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!