[PR #157] [MERGED] Add notes to unconfirmed detections #319

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

📋 Pull Request Information

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

Base: masterHead: Verification-Assistance


📝 Commits (2)

  • a03416e Add notes to unconfirmed detections
  • da2d409 Confirm some RingPROTECH checks

📊 Changes

19 files changed (+70 additions, -54 deletions)

View changed files

📝 BurnOutSharp/ProtectionType/ActiveMARK.cs (+2 -1)
📝 BurnOutSharp/ProtectionType/AlphaDVD.cs (+2 -2)
📝 BurnOutSharp/ProtectionType/AlphaROM.cs (+2 -0)
📝 BurnOutSharp/ProtectionType/ByteShield.cs (+4 -4)
📝 BurnOutSharp/ProtectionType/CDDVDCops.cs (+12 -7)
📝 BurnOutSharp/ProtectionType/CDProtector.cs (+8 -8)
📝 BurnOutSharp/ProtectionType/CDX.cs (+6 -6)
📝 BurnOutSharp/ProtectionType/CodeLock.cs (+3 -2)
📝 BurnOutSharp/ProtectionType/DVDCrypt.cs (+2 -2)
📝 BurnOutSharp/ProtectionType/DVDMoviePROTECT.cs (+1 -1)
📝 BurnOutSharp/ProtectionType/FreeLock.cs (+2 -2)
📝 BurnOutSharp/ProtectionType/IndyVCD.cs (+8 -4)
📝 BurnOutSharp/ProtectionType/KeyLock.cs (+1 -1)
📝 BurnOutSharp/ProtectionType/ProtectDVDVideo.cs (+1 -1)
📝 BurnOutSharp/ProtectionType/RingPROTECH.cs (+4 -1)
📝 BurnOutSharp/ProtectionType/SoftLock.cs (+4 -4)
📝 BurnOutSharp/ProtectionType/TZCopyProtector.cs (+2 -2)
📝 BurnOutSharp/ProtectionType/Winlock.cs (+2 -2)
📝 README.md (+4 -4)

📄 Description

  • Add notes to unconfirmed detections to let users know what detections we need samples of.

  • Add sources for some protections to confirm them.


🔄 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/157 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 10/13/2022 **Status:** ✅ Merged **Merged:** 10/14/2022 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `Verification-Assistance` --- ### 📝 Commits (2) - [`a03416e`](https://github.com/SabreTools/BinaryObjectScanner/commit/a03416eb494f8da320c1b76034522b796c3690ab) Add notes to unconfirmed detections - [`da2d409`](https://github.com/SabreTools/BinaryObjectScanner/commit/da2d4090b24aaa23a1552376154fbb4216130b2d) Confirm some RingPROTECH checks ### 📊 Changes **19 files changed** (+70 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `BurnOutSharp/ProtectionType/ActiveMARK.cs` (+2 -1) 📝 `BurnOutSharp/ProtectionType/AlphaDVD.cs` (+2 -2) 📝 `BurnOutSharp/ProtectionType/AlphaROM.cs` (+2 -0) 📝 `BurnOutSharp/ProtectionType/ByteShield.cs` (+4 -4) 📝 `BurnOutSharp/ProtectionType/CDDVDCops.cs` (+12 -7) 📝 `BurnOutSharp/ProtectionType/CDProtector.cs` (+8 -8) 📝 `BurnOutSharp/ProtectionType/CDX.cs` (+6 -6) 📝 `BurnOutSharp/ProtectionType/CodeLock.cs` (+3 -2) 📝 `BurnOutSharp/ProtectionType/DVDCrypt.cs` (+2 -2) 📝 `BurnOutSharp/ProtectionType/DVDMoviePROTECT.cs` (+1 -1) 📝 `BurnOutSharp/ProtectionType/FreeLock.cs` (+2 -2) 📝 `BurnOutSharp/ProtectionType/IndyVCD.cs` (+8 -4) 📝 `BurnOutSharp/ProtectionType/KeyLock.cs` (+1 -1) 📝 `BurnOutSharp/ProtectionType/ProtectDVDVideo.cs` (+1 -1) 📝 `BurnOutSharp/ProtectionType/RingPROTECH.cs` (+4 -1) 📝 `BurnOutSharp/ProtectionType/SoftLock.cs` (+4 -4) 📝 `BurnOutSharp/ProtectionType/TZCopyProtector.cs` (+2 -2) 📝 `BurnOutSharp/ProtectionType/Winlock.cs` (+2 -2) 📝 `README.md` (+4 -4) </details> ### 📄 Description * Add notes to unconfirmed detections to let users know what detections we need samples of. * Add sources for some protections to confirm them. --- <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:45 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#319