[PR #223] [MERGED] Add encrypted Link Data Security file detection #373

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/223
Author: @TheRogueArchivist
Created: 1/5/2023
Status: Merged
Merged: 1/5/2023
Merged by: @mnadareski

Base: masterHead: CD-Cops-LDSCRYPT


📝 Commits (1)

  • 78362bc Add encrypted Link Data Security file detection

📊 Changes

6 files changed (+78 additions, -0 deletions)

View changed files

📝 BurnOutSharp/Enums.cs (+5 -0)
BurnOutSharp/FileType/LDSCRYPT.cs (+49 -0)
📝 BurnOutSharp/ProtectionType/CDDVDCops.cs (+8 -0)
📝 BurnOutSharp/Scanner.cs (+7 -0)
📝 BurnOutSharp/Tools/Utilities.cs (+8 -0)
📝 README.md (+1 -0)

📄 Description

  • Add encrypted Link Data Security file (LDSCRYPT) detection.

  • Update CD-Cops notes.


🔄 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/223 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 1/5/2023 **Status:** ✅ Merged **Merged:** 1/5/2023 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `CD-Cops-LDSCRYPT` --- ### 📝 Commits (1) - [`78362bc`](https://github.com/SabreTools/BinaryObjectScanner/commit/78362bcd4a22e88d2b498ab09bf2dce3ca1b1620) Add encrypted Link Data Security file detection ### 📊 Changes **6 files changed** (+78 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `BurnOutSharp/Enums.cs` (+5 -0) ➕ `BurnOutSharp/FileType/LDSCRYPT.cs` (+49 -0) 📝 `BurnOutSharp/ProtectionType/CDDVDCops.cs` (+8 -0) 📝 `BurnOutSharp/Scanner.cs` (+7 -0) 📝 `BurnOutSharp/Tools/Utilities.cs` (+8 -0) 📝 `README.md` (+1 -0) </details> ### 📄 Description * Add encrypted Link Data Security file (LDSCRYPT) detection. * Update CD-Cops notes. --- <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:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#373