t7x/README.md

45 lines
2.2 KiB
Markdown
Raw Normal View History

2023-03-27 04:14:18 -04:00
[![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)
2023-02-13 14:45:49 -05:00
[![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)
2022-09-11 14:43:08 -04:00
[![paypal](https://img.shields.io/badge/PayPal-support-blue.svg?logo=paypal)](https://paypal.me/momo5502)
2023-02-13 14:45:49 -05:00
[![patreon](https://img.shields.io/badge/Patreon-support-red.svg?logo=patreon)](https://www.patreon.com/xlabsproject)
2022-09-11 14:43:08 -04:00
2022-09-12 15:22:50 -04:00
# BOIII ☄️
2022-09-11 14:43:08 -04:00
2023-04-10 12:32:05 -04:00
An attempt at reverse engineering and analyzing Call of Duty: Black Ops 3.
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
2023-04-10 04:10:22 -04:00
## Technical Features
2022-09-11 14:57:25 -04:00
- [x] Steam API Emulation
- [x] Steam Integrity Bypass
- [x] Offline Multiplayer/Zombies/Campaign Support
2022-09-30 01:32:12 -04:00
- [x] RE Tool Detection Bypass (only the ones I use: IDA Pro, HxD, Wireshark)
2022-09-11 14:57:25 -04:00
- [x] Disable Hardware Breakpoint Detection
2022-09-16 11:40:29 -04:00
- [x] Disable Integrity Checks
2022-09-21 14:59:11 -04:00
- [x] Demonware Emulation
2022-11-09 12:10:34 -05:00
- [x] Process wrapper
2022-11-08 14:21:55 -05:00
- [x] P2P multiplayer
2023-02-12 12:54:03 -05:00
- [x] Dedicated Servers
2022-09-11 14:43:08 -04:00
2023-04-10 04:10:22 -04:00
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!
2023-02-28 14:33:57 -05:00
## Writeups & Articles
2023-02-27 02:57:20 -05:00
- <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>
2023-02-28 14:33:57 -05:00
- <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>
2023-02-27 02:57:20 -05:00
2023-02-26 08:00:30 -05:00
## Credits
2023-02-26 08:01:54 -05:00
- 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>
2023-02-26 08:00:30 -05:00
2022-09-11 14:43:08 -04:00
## 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.