Public Version of Bucket Anti Cheat, made as my first python training project. Have a bad code with a little bit my fixes. This repository is only backup only if mine repository get deleted
Go to file
kittyneverdies 7374f1e78c
Added archived versions
2023-10-28 16:28:22 +00:00
Archived Added archived versions 2023-10-28 16:28:22 +00:00
bucket Add files via upload 2023-06-03 16:50:49 +00:00
README.md Update README.md 2023-06-03 17:41:27 +00:00
launch.py Uploaded part of new BAC update 2023-06-03 16:41:43 +00:00
requirements.txt Uploaded part of new BAC update 2023-06-03 16:41:43 +00:00

README.md

[ Bucket Anti-Cheat ]

[ About project ]

B.A.C (Bucket Anti-Cheat) - is a python solution, that protect your application from DLL injection.

[ How it works? ]

During DLL injection process, additional annotations are added to the used application DLL's libraries. My solution does not let this happen and after detection new annotations kills your application and closes. Please, install libraries from requirements.txt

[ Arguments ]

Usage: [-h] [--protect] apppath logspath

- `-h` Shows help page 
- `--protect` Enable protection mode, by default logs generation mode  
- `apppath` Path to your application (.exe file), required
- `logspath` Path of logs file, required