[PR #394] [MERGED] Small TAGES and AlphaROM improvements #539

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/394
Author: @HeroponRikiBestest
Created: 11/16/2025
Status: Merged
Merged: 11/16/2025
Merged by: @mnadareski

Base: masterHead: small-tages-improvement


📝 Commits (3)

  • b671c87 Small improvement to early TAGES detection to eliminate small handful of false positives. Also threw in a note about alpharom
  • 57ba906 Improve alpharom handling
  • 7c401ed Initial round of fixes

📊 Changes

3 files changed (+56 additions, -24 deletions)

View changed files

📝 BinaryObjectScanner/FileType/ISO9660.cs (+6 -0)
📝 BinaryObjectScanner/Protection/AlphaROM.cs (+45 -22)
📝 BinaryObjectScanner/Protection/Tages.cs (+5 -2)

📄 Description

Removes some false positives for Tages (early), greatly improves AlphaROM detection.


🔄 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/394 **Author:** [@HeroponRikiBestest](https://github.com/HeroponRikiBestest) **Created:** 11/16/2025 **Status:** ✅ Merged **Merged:** 11/16/2025 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `small-tages-improvement` --- ### 📝 Commits (3) - [`b671c87`](https://github.com/SabreTools/BinaryObjectScanner/commit/b671c87ed0e9844d37a3ff81803e9fcf4c0243c4) Small improvement to early TAGES detection to eliminate small handful of false positives. Also threw in a note about alpharom - [`57ba906`](https://github.com/SabreTools/BinaryObjectScanner/commit/57ba906e226b9999fa848cf95378b03625750bb6) Improve alpharom handling - [`7c401ed`](https://github.com/SabreTools/BinaryObjectScanner/commit/7c401ed2d552addd7368ebb6e6cdbddc76faebad) Initial round of fixes ### 📊 Changes **3 files changed** (+56 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `BinaryObjectScanner/FileType/ISO9660.cs` (+6 -0) 📝 `BinaryObjectScanner/Protection/AlphaROM.cs` (+45 -22) 📝 `BinaryObjectScanner/Protection/Tages.cs` (+5 -2) </details> ### 📄 Description Removes some false positives for Tages (early), greatly improves AlphaROM detection. --- <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:11:08 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#539