[PR #164] [MERGED] Add support for C-Dilla protections #328

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

📋 Pull Request Information

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

Base: masterHead: C-Dilla-Addition


📝 Commits (5)

  • d16bd22 Fuck C-Dilla
  • e15e18c Reorganize C-Dilla NE Checks
  • 0958e09 Let Macrovision return multiple protections
  • 32bf90a why is C-Dilla so confusing
  • 71b19d2 Address PR comments

📊 Changes

4 files changed (+298 additions, -11 deletions)

View changed files

📝 BurnOutSharp/ProtectionType/Macrovision.CDilla.cs (+181 -3)
📝 BurnOutSharp/ProtectionType/Macrovision.SafeCast.cs (+46 -0)
📝 BurnOutSharp/ProtectionType/Macrovision.cs (+70 -8)
📝 README.md (+1 -0)

📄 Description

  • Add initial detection of C-Dilla LMS/CD-Secure.

  • Add a few code comments for Macrovision.

  • Update 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/164 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 11/4/2022 **Status:** ✅ Merged **Merged:** 11/4/2022 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `C-Dilla-Addition` --- ### 📝 Commits (5) - [`d16bd22`](https://github.com/SabreTools/BinaryObjectScanner/commit/d16bd221d436c10fcc4f1b3e5b745ac6592c9f60) Fuck C-Dilla - [`e15e18c`](https://github.com/SabreTools/BinaryObjectScanner/commit/e15e18cbdd8aa0d2a5a06f82ca984c2b76d3fb0b) Reorganize C-Dilla NE Checks - [`0958e09`](https://github.com/SabreTools/BinaryObjectScanner/commit/0958e093b4b3598e1a01cfce14c82bb7bb16e2ca) Let Macrovision return multiple protections - [`32bf90a`](https://github.com/SabreTools/BinaryObjectScanner/commit/32bf90a5b5d1fb77bc42491566551b5ae2c3d3c1) why is C-Dilla so confusing - [`71b19d2`](https://github.com/SabreTools/BinaryObjectScanner/commit/71b19d27cd6dd8ac3e72520aa035e96ac3458570) Address PR comments ### 📊 Changes **4 files changed** (+298 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `BurnOutSharp/ProtectionType/Macrovision.CDilla.cs` (+181 -3) 📝 `BurnOutSharp/ProtectionType/Macrovision.SafeCast.cs` (+46 -0) 📝 `BurnOutSharp/ProtectionType/Macrovision.cs` (+70 -8) 📝 `README.md` (+1 -0) </details> ### 📄 Description * Add initial detection of C-Dilla LMS/CD-Secure. * Add a few code comments for Macrovision. * Update 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:47 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#328