[PR #175] [CLOSED] Improve SafeDisc detection #343

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/175
Author: @TheRogueArchivist
Created: 11/22/2022
Status: Closed

Base: masterHead: SafeDisc-Diag


📝 Commits (10+)

📊 Changes

10 files changed (+5562 additions, -81 deletions)

View changed files

📝 .vscode/tasks.json (+3 -3)
📝 BurnOutSharp.Builder/AbstractSyntaxNotationOne.cs (+8 -55)
📝 BurnOutSharp.Builder/BurnOutSharp.Builder.csproj (+1 -1)
📝 BurnOutSharp.Builder/Extensions.cs (+1 -1)
BurnOutSharp.Builder/ObjectIdentifier.cs (+5497 -0)
📝 BurnOutSharp.Models/BurnOutSharp.Models.csproj (+1 -1)
📝 BurnOutSharp.Models/PortableExecutable/DialogItemTemplateExtended.cs (+1 -1)
📝 BurnOutSharp/ProtectionType/Macrovision.SafeDisc.cs (+32 -13)
📝 BurnOutSharp/ProtectionType/Macrovision.cs (+12 -0)
📝 ExecutableTest/Program.cs (+6 -6)

📄 Description

  • Add support for detecting 4.60.000's drvmgt.

  • Add version checks for Diag.exe to remove one case of "SafeCast/SafeDisc" ambiguity.


🔄 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/175 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 11/22/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `SafeDisc-Diag` --- ### 📝 Commits (10+) - [`3784191`](https://github.com/SabreTools/BinaryObjectScanner/commit/3784191db28fc936896ee336efe2ed9a6e145587) ASN.1 OID parsing (nw) - [`b976b9c`](https://github.com/SabreTools/BinaryObjectScanner/commit/b976b9c301ec9020c43102e44a75550eff8b4665) ASN.1 OID parsing (nw) - [`a751a9f`](https://github.com/SabreTools/BinaryObjectScanner/commit/a751a9feba95c83cb781e1e11c626d846a8c2c76) ASN.1 OID parsing (nw) - [`64acabf`](https://github.com/SabreTools/BinaryObjectScanner/commit/64acabf44c968822e080f739d9a308411cef7744) ASN.1 OID parsing (nw) - [`dc5e054`](https://github.com/SabreTools/BinaryObjectScanner/commit/dc5e0543e2e2a99ff5aa93ee19fb046c1c25d8b2) ASN.1 OID parsing (nw) - [`ba57526`](https://github.com/SabreTools/BinaryObjectScanner/commit/ba57526800752ea066560719b97e3aeb07cb3860) ASN.1 OID parsing (nw) - [`9d6b537`](https://github.com/SabreTools/BinaryObjectScanner/commit/9d6b5374b149a0201734a260ccf191b8f3db13f4) Fix PE dialog item printing - [`b83aae9`](https://github.com/SabreTools/BinaryObjectScanner/commit/b83aae99a4938584fd6f26130fe49e51d1645ff8) ASN.1 OID parsing (nw) - [`1b00ed9`](https://github.com/SabreTools/BinaryObjectScanner/commit/1b00ed973468d08b5ffc36fd97c89b94938d3803) ASN.1 OID parsing (nw) - [`d8c5d74`](https://github.com/SabreTools/BinaryObjectScanner/commit/d8c5d746491e11c7b5509b4fab528e634687823e) ASN.1 OID parsing (nw) ### 📊 Changes **10 files changed** (+5562 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/tasks.json` (+3 -3) 📝 `BurnOutSharp.Builder/AbstractSyntaxNotationOne.cs` (+8 -55) 📝 `BurnOutSharp.Builder/BurnOutSharp.Builder.csproj` (+1 -1) 📝 `BurnOutSharp.Builder/Extensions.cs` (+1 -1) ➕ `BurnOutSharp.Builder/ObjectIdentifier.cs` (+5497 -0) 📝 `BurnOutSharp.Models/BurnOutSharp.Models.csproj` (+1 -1) 📝 `BurnOutSharp.Models/PortableExecutable/DialogItemTemplateExtended.cs` (+1 -1) 📝 `BurnOutSharp/ProtectionType/Macrovision.SafeDisc.cs` (+32 -13) 📝 `BurnOutSharp/ProtectionType/Macrovision.cs` (+12 -0) 📝 `ExecutableTest/Program.cs` (+6 -6) </details> ### 📄 Description * Add support for detecting 4.60.000's drvmgt. * Add version checks for Diag.exe to remove one case of "SafeCast/SafeDisc" ambiguity. --- <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:51 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#343