[PR #148] [MERGED] Add initial support for detecting Easy Anti-Cheat #308

Open
opened 2026-01-29 21:07:42 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/148
Author: @TheRogueArchivist
Created: 8/11/2022
Status: Merged
Merged: 8/14/2022
Merged by: @mnadareski

Base: masterHead: EasyAntiCheat-Addition


📝 Commits (1)

  • dc24ad6 Add initial support for detecting Easy Anti-Cheat

📊 Changes

2 files changed (+159 additions, -0 deletions)

View changed files

BurnOutSharp/ProtectionType/EasyAntiCheat.cs (+158 -0)
📝 README.md (+1 -0)

📄 Description

Add initial support for detecting Easy Anti-Cheat. This is presumed to only detect later versions, though it's possible that older versions may be detected as well.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/BinaryObjectScanner/pull/148 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 8/11/2022 **Status:** ✅ Merged **Merged:** 8/14/2022 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `EasyAntiCheat-Addition` --- ### 📝 Commits (1) - [`dc24ad6`](https://github.com/SabreTools/BinaryObjectScanner/commit/dc24ad69680c27cc1da73f5ee6e789bfee03ef5b) Add initial support for detecting Easy Anti-Cheat ### 📊 Changes **2 files changed** (+159 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `BurnOutSharp/ProtectionType/EasyAntiCheat.cs` (+158 -0) 📝 `README.md` (+1 -0) </details> ### 📄 Description Add initial support for detecting Easy Anti-Cheat. This is presumed to only detect later versions, though it's possible that older versions may be detected as well. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 21:07:42 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#308