mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-03 21:29:23 +00:00
[PR #131] [MERGED] Overhaul existing and add new audio CD protections #289
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:Audio-CD-Overhaul📝 Commits (2)
914e5b4Overhaul existing and add new audio CD protections585eeb2Fix 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.