[PR #155] [MERGED] Add support for PlayJ #314

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/155
Author: @TheRogueArchivist
Created: 10/11/2022
Status: Merged
Merged: 10/12/2022
Merged by: @mnadareski

Base: masterHead: PlayJ-Addition


📝 Commits (3)

  • e51d637 Add support for PlayJ
  • cc5a034 Address PlayJ PR comments
  • 11ce1f3 Address further PlayJ PR comments

📊 Changes

5 files changed (+212 additions, -6 deletions)

View changed files

BurnOutSharp/FileType/PLJ.cs (+57 -0)
📝 BurnOutSharp/ProtectionType/CactusDataShield.cs (+58 -6)
BurnOutSharp/ProtectionType/PlayJ.cs (+89 -0)
📝 BurnOutSharp/Scanner.cs (+7 -0)
📝 README.md (+1 -0)

📄 Description

  • Add support for detecting PlayJ format audio files and PlayJ Music Player related files.
  • Add an incomplete summary for Cactus Data Shield.
  • Improve Cactus Data Shield Detection for CDS-200 (PlayJ).

🔄 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/155 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 10/11/2022 **Status:** ✅ Merged **Merged:** 10/12/2022 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `PlayJ-Addition` --- ### 📝 Commits (3) - [`e51d637`](https://github.com/SabreTools/BinaryObjectScanner/commit/e51d6376bb5bb32423d44614da8877e99a3885ac) Add support for PlayJ - [`cc5a034`](https://github.com/SabreTools/BinaryObjectScanner/commit/cc5a03426139ab4709674932474f3cf98e84cf29) Address PlayJ PR comments - [`11ce1f3`](https://github.com/SabreTools/BinaryObjectScanner/commit/11ce1f38e89e2fd18065ce7bc20ed8eb5afebde0) Address further PlayJ PR comments ### 📊 Changes **5 files changed** (+212 additions, -6 deletions) <details> <summary>View changed files</summary> ➕ `BurnOutSharp/FileType/PLJ.cs` (+57 -0) 📝 `BurnOutSharp/ProtectionType/CactusDataShield.cs` (+58 -6) ➕ `BurnOutSharp/ProtectionType/PlayJ.cs` (+89 -0) 📝 `BurnOutSharp/Scanner.cs` (+7 -0) 📝 `README.md` (+1 -0) </details> ### 📄 Description * Add support for detecting PlayJ format audio files and PlayJ Music Player related files. * Add an incomplete summary for Cactus Data Shield. * Improve Cactus Data Shield Detection for CDS-200 (PlayJ). --- <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:43 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#314