[PR #181] [MERGED] Add support for CD-Guard #350

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

📋 Pull Request Information

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

Base: masterHead: CD-Guard-Addition


📝 Commits (2)

  • da82f19 why is there so much DRM I am going to cry
  • 9e6c6ae Address PR comments

📊 Changes

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

View changed files

BurnOutSharp/ProtectionType/CDGuard.cs (+81 -0)
📝 README.md (+1 -0)

📄 Description

  • Add support for detecting CD-Guard, as well as notes.

  • Add CD-Guard to README.


🔄 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/181 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 12/14/2022 **Status:** ✅ Merged **Merged:** 12/14/2022 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `CD-Guard-Addition` --- ### 📝 Commits (2) - [`da82f19`](https://github.com/SabreTools/BinaryObjectScanner/commit/da82f199795987731f4b314902279e06a389513e) why is there so much DRM I am going to cry - [`9e6c6ae`](https://github.com/SabreTools/BinaryObjectScanner/commit/9e6c6ae7db9426595dbd43615d9f16111ae68610) Address PR comments ### 📊 Changes **2 files changed** (+82 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `BurnOutSharp/ProtectionType/CDGuard.cs` (+81 -0) 📝 `README.md` (+1 -0) </details> ### 📄 Description * Add support for detecting CD-Guard, as well as notes. * Add CD-Guard to README. --- <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:53 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#350