You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Carl Schou 53f0615ac8
Update README.md
3 years ago
BottlEye WIP: makefile for linux 3 years ago
fmt@638db5ca5e Add fmt submodule 3 years ago
.gitattributes Release 3 years ago
.gitignore Release 3 years ago
.gitmodules Add fmt submodule 3 years ago
Bottleye.sln Release 3 years ago
LICENSE Initial commit 3 years ago
README.md Update README.md 3 years ago
bottleye_logo.png Release 3 years ago
bottleye_logo.svg Release 3 years ago

README.md

Overview

BottlEye is a usermode emulator for the commercial anti-cheat BattlEye that works by recreating the anti-cheat module and responding to requests sent by the game server. The write-up of this project can be found on our website

How to use

First you need to set up a man-in-the-middle environment that allows you to capture the responses sent by the real BEClient. When those are logged, implement them into BottlEye and compile it. Replace the BEClient_x64.dll module on disk with your BottlEye build and launch the game.

If you are having issues figuring out the ip address and port to monitor with Wireshark (or whatever tool you choose to use), build BottlEye without the responses and launch the game with it. BottlEye will print the ip and port, which you can later use to filter traffic with.

Compiling

Linux

To compile on Linux, run these commands:

git submodule update --init
cd BottlEye
make