mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-03 21:29:23 +00:00
[PR #368] [MERGED] Improve detection for cd/dvd-cops version string #521
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/368
Author: @HeroponRikiBestest
Created: 5/13/2025
Status: ✅ Merged
Merged: 5/13/2025
Merged by: @mnadareski
Base:
master← Head:improve-cd-dvd-cops📝 Commits (4)
f8f73c2Improve detection for cd/dvd-cops version string65a92c7I forgot to include the regex compensation for comma version number cases93fd8cfPasted comment wrong previouslyf566fd5Implemented Sabre's review fixes, also added check for Codefree📊 Changes
2 files changed (+80 additions, -41 deletions)
View changed files
📝
BinaryObjectScanner.Test/Protection/CDDVDCopsTests.cs(+0 -11)📝
BinaryObjectScanner/Protection/CDDVDCops.cs(+80 -30)📄 Description
This removes the content check, moves the NE checks to the NE check section, and adds a PE check for the single currently confirmed section.
One thing I was wondering- what's with the "(Unconfirmed - Please report to us on Github)" parts? They seem pretty confirmed, even being in existing redump entries. Is it supposed to be a placeholder for a safedisc-style version table?
Fixes https://github.com/SabreTools/BinaryObjectScanner/issues/367
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.