[PR #131] [MERGED] Overhaul existing and add new audio CD protections #289

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

📋 Pull Request Information

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

Base: masterHead: Audio-CD-Overhaul


📝 Commits (2)

  • 914e5b4 Overhaul existing and add new audio CD protections
  • 585eeb2 Fix issues from PR review

📊 Changes

10 files changed (+282 additions, -68 deletions)

View changed files

📝 BurnOutSharp/ExecutableType/Microsoft/PE/PortableExecutable.cs (+6 -0)
📝 BurnOutSharp/ProtectionType/HexaLock.cs (+1 -1)
BurnOutSharp/ProtectionType/Key2Audio.cs (+16 -0)
BurnOutSharp/ProtectionType/Key2AudioXS.cs (+0 -53)
BurnOutSharp/ProtectionType/LabelGate.cs (+91 -0)
📝 BurnOutSharp/ProtectionType/MediaMaxCD3.cs (+7 -5)
BurnOutSharp/ProtectionType/OpenMG.cs (+119 -0)
📝 BurnOutSharp/ProtectionType/SAFEAUDIO.cs (+1 -0)
📝 BurnOutSharp/ProtectionType/WMDS.cs (+38 -8)
📝 README.md (+3 -1)

📄 Description

Overhaul many audio CD protections, on top of adding a few more. Unfortunately, disable key2Audio detection as well, as the existing checks were simply detecting OpenMG components and not key2Audio itself.


🔄 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/131 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 7/7/2022 **Status:** ✅ Merged **Merged:** 7/7/2022 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `Audio-CD-Overhaul` --- ### 📝 Commits (2) - [`914e5b4`](https://github.com/SabreTools/BinaryObjectScanner/commit/914e5b478b817161613cc0b0489fb7c90c84503b) Overhaul existing and add new audio CD protections - [`585eeb2`](https://github.com/SabreTools/BinaryObjectScanner/commit/585eeb2fbcc1e04eb2159bd289a72e80d93d5738) Fix issues from PR review ### 📊 Changes **10 files changed** (+282 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `BurnOutSharp/ExecutableType/Microsoft/PE/PortableExecutable.cs` (+6 -0) 📝 `BurnOutSharp/ProtectionType/HexaLock.cs` (+1 -1) ➕ `BurnOutSharp/ProtectionType/Key2Audio.cs` (+16 -0) ➖ `BurnOutSharp/ProtectionType/Key2AudioXS.cs` (+0 -53) ➕ `BurnOutSharp/ProtectionType/LabelGate.cs` (+91 -0) 📝 `BurnOutSharp/ProtectionType/MediaMaxCD3.cs` (+7 -5) ➕ `BurnOutSharp/ProtectionType/OpenMG.cs` (+119 -0) 📝 `BurnOutSharp/ProtectionType/SAFEAUDIO.cs` (+1 -0) 📝 `BurnOutSharp/ProtectionType/WMDS.cs` (+38 -8) 📝 `README.md` (+3 -1) </details> ### 📄 Description Overhaul many audio CD protections, on top of adding a few more. Unfortunately, disable key2Audio detection as well, as the existing checks were simply detecting OpenMG components and not key2Audio itself. --- <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:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#289