mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-04 05:35:49 +00:00
[PR #157] [MERGED] Add notes to unconfirmed detections #319
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/157
Author: @TheRogueArchivist
Created: 10/13/2022
Status: ✅ Merged
Merged: 10/14/2022
Merged by: @mnadareski
Base:
master← Head:Verification-Assistance📝 Commits (2)
a03416eAdd notes to unconfirmed detectionsda2d409Confirm 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.