mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-03 21:29:23 +00:00
[PR #161] [MERGED] Begin porting protections made by Macrovision to Macrovision sub-protections #323
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/161
Author: @TheRogueArchivist
Created: 10/27/2022
Status: ✅ Merged
Merged: 10/28/2022
Merged by: @mnadareski
Base:
master← Head:Macrovision-SafeDisc-Port📝 Commits (2)
139ef7bFuck Macrovision063fea0Address PR comments📊 Changes
8 files changed (+191 additions, -1090 deletions)
View changed files
📝
BurnOutSharp/ProtectionType/CactusDataShield.cs(+2 -0)📝
BurnOutSharp/ProtectionType/Macrovision.CDilla.cs(+7 -2)📝
BurnOutSharp/ProtectionType/Macrovision.CactusDataShield.cs(+18 -2)📝
BurnOutSharp/ProtectionType/Macrovision.FLEXnet.cs(+14 -1)📝
BurnOutSharp/ProtectionType/Macrovision.SafeCast.cs(+24 -1)📝
BurnOutSharp/ProtectionType/Macrovision.SafeDisc.cs(+4 -83)📝
BurnOutSharp/ProtectionType/Macrovision.cs(+122 -13)➖
BurnOutSharp/ProtectionType/SafeDisc.cs(+0 -988)📄 Description
Port SafeCast/SafeDisc checks to Macrovision sub-protections.
Move generic checks into the main Macrovision checks.
Add basic detection for FLEXnet.
Add C-Dilla notes.
Add TODO's for porting CactusDataShield.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.