[PR #18] [CLOSED] Add BD+ detection #221

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/18
Author: @TheRogueArchivist
Created: 1/25/2021
Status: Closed

Base: masterHead: master


📝 Commits (3)

📊 Changes

4 files changed (+30 additions, -0 deletions)

View changed files

📝 BurnOutSharp/ProtectionType/AACS.cs (+1 -0)
BurnOutSharp/ProtectionType/BDPlus.cs (+23 -0)
📝 BurnOutSharp/Scanner.cs (+5 -0)
📝 README.md (+1 -0)

📄 Description

Detect BD+ based on the presence of a folder named BDSVM.


🔄 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/18 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 1/25/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`267be35`](https://github.com/SabreTools/BinaryObjectScanner/commit/267be3543c52afaf7369a078d7c529430c7c95e5) Add BD+ detection - [`e657d30`](https://github.com/SabreTools/BinaryObjectScanner/commit/e657d309679be229bd675ac81d26e388039bf50b) Fix formatting - [`7904ec7`](https://github.com/SabreTools/BinaryObjectScanner/commit/7904ec733981448d38f6116fca870daa6fdb8d77) Fix formatting for real this time ### 📊 Changes **4 files changed** (+30 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `BurnOutSharp/ProtectionType/AACS.cs` (+1 -0) ➕ `BurnOutSharp/ProtectionType/BDPlus.cs` (+23 -0) 📝 `BurnOutSharp/Scanner.cs` (+5 -0) 📝 `README.md` (+1 -0) </details> ### 📄 Description Detect BD+ based on the presence of a folder named `BDSVM`. --- <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:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#221