[PR #300] [MERGED] Add RealArcade detection #467

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/300
Author: @TheRogueArchivist
Created: 4/16/2024
Status: Merged
Merged: 4/17/2024
Merged by: @mnadareski

Base: masterHead: RealArcade-Addition


📝 Commits (1)

📊 Changes

7 files changed (+198 additions, -0 deletions)

View changed files

📝 BinaryObjectScanner/Factory.cs (+2 -0)
BinaryObjectScanner/FileType/RealArcadeInstaller.cs (+48 -0)
BinaryObjectScanner/FileType/RealArcadeMezzanine.cs (+48 -0)
BinaryObjectScanner/Protection/RealArcade.cs (+75 -0)
📝 BinaryObjectScanner/Utilities/Enums.cs (+10 -0)
📝 BinaryObjectScanner/Utilities/FileTypes.cs (+14 -0)
📝 README.md (+1 -0)

📄 Description

No description provided


🔄 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/300 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 4/16/2024 **Status:** ✅ Merged **Merged:** 4/17/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `RealArcade-Addition` --- ### 📝 Commits (1) - [`26b70f5`](https://github.com/SabreTools/BinaryObjectScanner/commit/26b70f5c439f6d7eeff21530597b2421d2f6d141) Add RealArcade detection ### 📊 Changes **7 files changed** (+198 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `BinaryObjectScanner/Factory.cs` (+2 -0) ➕ `BinaryObjectScanner/FileType/RealArcadeInstaller.cs` (+48 -0) ➕ `BinaryObjectScanner/FileType/RealArcadeMezzanine.cs` (+48 -0) ➕ `BinaryObjectScanner/Protection/RealArcade.cs` (+75 -0) 📝 `BinaryObjectScanner/Utilities/Enums.cs` (+10 -0) 📝 `BinaryObjectScanner/Utilities/FileTypes.cs` (+14 -0) 📝 `README.md` (+1 -0) </details> ### 📄 Description _No description provided_ --- <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:08:25 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#467