45 lines
2.2 KiB
Markdown
45 lines
2.2 KiB
Markdown
[![build](https://img.shields.io/github/actions/workflow/status/momo5502/boiii/build.yml?branch=main&label=Build&logo=github)](https://github.com/momo5502/boiii/actions)
|
||
[![bugs](https://img.shields.io/github/issues/momo5502/boiii/bug?label=Bugs)](https://github.com/momo5502/boiii/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
|
||
[![github](https://img.shields.io/badge/GitHub-support-c96198.svg?logo=github)](https://github.com/sponsors/momo5502)
|
||
[![paypal](https://img.shields.io/badge/PayPal-support-blue.svg?logo=paypal)](https://paypal.me/momo5502)
|
||
[![patreon](https://img.shields.io/badge/Patreon-support-red.svg?logo=patreon)](https://www.patreon.com/xlabsproject)
|
||
|
||
|
||
# BOIII ☄️
|
||
|
||
An attempt at reverse engineering and analyzing Call of Duty: Black Ops 3.
|
||
|
||
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQeSXYzQITJrcjiifN1nqX1fsVE7VwLZ3vl2g&usqp=CAU">
|
||
|
||
## Technical Features
|
||
|
||
- [x] Steam API Emulation
|
||
- [x] Steam Integrity Bypass
|
||
- [x] Offline Multiplayer/Zombies/Campaign Support
|
||
- [x] RE Tool Detection Bypass (only the ones I use: IDA Pro, HxD, Wireshark)
|
||
- [x] Disable Hardware Breakpoint Detection
|
||
- [x] Disable Integrity Checks
|
||
- [x] Demonware Emulation
|
||
- [x] Process wrapper
|
||
- [x] P2P multiplayer
|
||
- [x] Dedicated Servers
|
||
|
||
Check out the <a href="https://github.com/momo5502/boiii/issues?q=is%3Aissue+is%3Aclosed+reason%3Acompleted">closed issues</a> for more gameplay related features and fixes that have been added!
|
||
|
||
## Writeups & Articles
|
||
|
||
- <a href="https://momo5502.com/posts/2022-11-17-reverse-engineering-integrity-checks-in-black-ops-3/">Reverse engineering integrity checks in Black Ops 3</a>
|
||
- <a href="https://techcrunch.com/2023/02/28/gamers-are-fixing-a-video-game-taken-over-by-hackers/">Gamers are fixing a video game ‘taken over’ by hackers</a>
|
||
|
||
## Credits
|
||
|
||
- Thanks to <a href="https://github.com/shiversoftdev">@shiversoftdev</a> for providing the fixes from his <a href="https://github.com/shiversoftdev/t7patch">community patch</a>
|
||
|
||
## 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.
|
||
|