BAC.Public/README.md

18 lines
731 B
Markdown
Raw Permalink Normal View History

2022-11-19 22:22:52 +01:00
<div align="center">
2022-11-19 22:18:10 +01:00
2023-06-03 19:35:41 +02:00
# [ 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.
2023-06-03 19:41:27 +02:00
My solution does not let this happen and after detection new annotations kills your application and closes. Please, install libraries from `requirements.txt`
2023-06-03 19:35:41 +02:00
### [ Arguments ]
2023-06-03 19:39:58 +02:00
Usage: `[-h] [--protect] apppath logspath`
```
2023-06-03 19:37:03 +02:00
- `-h` Shows help page
- `--protect` Enable protection mode, by default logs generation mode
2023-06-03 19:39:58 +02:00
- `apppath` Path to your application (.exe file), required
- `logspath` Path of logs file, required
```
2022-11-19 22:17:52 +01:00
</div>