An open API service indexing awesome lists of open source software.

https://github.com/kittyneverdies/bac.public

Public Version of Bucket Anti Cheat, made as my first training project. Please, don't use this solution in serious projects, use better anticheats written C, C++ and on kernel mode;
https://github.com/kittyneverdies/bac.public

ac anti-cheat anticheat bac bucket python

Last synced: 21 days ago
JSON representation

Public Version of Bucket Anti Cheat, made as my first training project. Please, don't use this solution in serious projects, use better anticheats written C, C++ and on kernel mode;

Awesome Lists containing this project

README

          

# [ 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
```