2022-09-11 14:43:08 -04:00
|
|
|
![license](https://img.shields.io/github/license/momo5502/boiii.svg)
|
2022-09-12 00:34:41 -04:00
|
|
|
[![build](https://github.com/momo5502/boiii/workflows/Build/badge.svg)](https://github.com/momo5502/boiii/actions)
|
2022-09-11 14:43:08 -04:00
|
|
|
[![paypal](https://img.shields.io/badge/PayPal-support-blue.svg?logo=paypal)](https://paypal.me/momo5502)
|
|
|
|
|
|
|
|
|
2022-09-12 15:22:50 -04:00
|
|
|
# BOIII ☄️
|
2022-09-11 14:43:08 -04:00
|
|
|
|
2022-09-11 15:14:52 -04:00
|
|
|
Reverse engineering and analysis of Call of Duty: Black Ops 3. Very experimental.
|
2022-09-11 14:43:08 -04:00
|
|
|
|
2022-06-16 14:04:24 -04:00
|
|
|
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQeSXYzQITJrcjiifN1nqX1fsVE7VwLZ3vl2g&usqp=CAU">
|
2022-06-21 02:18:00 -04:00
|
|
|
|
2022-09-11 14:57:25 -04:00
|
|
|
## Roadmap
|
|
|
|
|
|
|
|
- [x] Steam API Emulation
|
|
|
|
- [x] Steam Integrity Bypass
|
|
|
|
- [x] Offline Multiplayer/Zombies/Campaign Support
|
|
|
|
- [x] RE Tool Detection Bypass (IDA Pro, HxD, ...)
|
|
|
|
- [x] Disable Hardware Breakpoint Detection
|
2022-09-11 15:14:52 -04:00
|
|
|
- [ ] Disable Anti-Debugging Mechanisms
|
2022-09-11 14:57:25 -04:00
|
|
|
- [ ] Disable Integrity Checks
|
|
|
|
- [ ] Demonware Emulation
|
2022-09-11 14:43:08 -04:00
|
|
|
|
|
|
|
## Download
|
|
|
|
|
2022-06-21 02:18:00 -04:00
|
|
|
Unzip <a href="https://nightly.link/momo5502/boiii/workflows/build/main/Release%20Binary.zip">this</a> into your BOIII folder and run the BlackOps3.exe
|
2022-09-11 14:43:08 -04:00
|
|
|
|
|
|
|
## Compile from source
|
|
|
|
|
|
|
|
- Clone the Git repo. Do NOT download it as ZIP, that won't work.
|
|
|
|
- Update the submodules and run `premake5 vs2022` or simply use the delivered `generate.bat`.
|
|
|
|
- Build via solution file in `build\boiii.sln`.
|
|
|
|
|
|
|
|
## Disclaimer
|
|
|
|
|
|
|
|
This software has been created purely for the purposes of
|
|
|
|
academic research. It is not intended to be used to harm
|
|
|
|
others. Project maintainers are not responsible or
|
|
|
|
liable for misuse of the software. Use responsibly.
|
|
|
|
|