[PR #749] [MERGED] Fix SafeDisc filtering #1145

Closed
opened 2026-01-29 16:25:41 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/749
Author: @TheRogueArchivist
Created: 9/26/2024
Status: Merged
Merged: 10/1/2024
Merged by: @mnadareski

Base: masterHead: Fix-SafeDisc-Filtering-Again


📝 Commits (6)

  • d805286 Start updating filtering for SafeDisc
  • 4fd9ff7 Further updates to SafeDisc Filtering
  • 0306c58 Further update to SafeDisc Filtering
  • afab036 Hopefully final main additions to SafeDisc filtering
  • a5f8a25 Merge branch 'SabreTools:master' into Fix-SafeDisc-Filtering-Again
  • 9a54bf7 Update SafeDisc matching for newest BOS

📊 Changes

1 file changed (+84 additions, -24 deletions)

View changed files

📝 MPF.Frontend/Tools/ProtectionTool.cs (+84 -24)

📄 Description

This will need more work, as it is currently incomplete, unoptimized, and untested.

Once finished, will fix the issue of detected SafeDisc versions being completely filtered away, leaving only generic detections.


🔄 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/MPF/pull/749 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 9/26/2024 **Status:** ✅ Merged **Merged:** 10/1/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `Fix-SafeDisc-Filtering-Again` --- ### 📝 Commits (6) - [`d805286`](https://github.com/SabreTools/MPF/commit/d80528621283d96bd02486a45979d7a029a49e25) Start updating filtering for SafeDisc - [`4fd9ff7`](https://github.com/SabreTools/MPF/commit/4fd9ff7fcb8bdad5f54fea01560f887913fe55d7) Further updates to SafeDisc Filtering - [`0306c58`](https://github.com/SabreTools/MPF/commit/0306c58a40a38c79fcf94faef7ccccdca9e79d57) Further update to SafeDisc Filtering - [`afab036`](https://github.com/SabreTools/MPF/commit/afab036fa7263d09bec8b2d398f8c4d66b8cdbbe) Hopefully final main additions to SafeDisc filtering - [`a5f8a25`](https://github.com/SabreTools/MPF/commit/a5f8a25a544f740eab8240a9df8eac024c51e9ad) Merge branch 'SabreTools:master' into Fix-SafeDisc-Filtering-Again - [`9a54bf7`](https://github.com/SabreTools/MPF/commit/9a54bf7dd06e4ac6f5752c34c2deae5a3c919b51) Update SafeDisc matching for newest BOS ### 📊 Changes **1 file changed** (+84 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `MPF.Frontend/Tools/ProtectionTool.cs` (+84 -24) </details> ### 📄 Description This will need more work, as it is currently incomplete, unoptimized, and untested. Once finished, will fix the issue of detected SafeDisc versions being completely filtered away, leaving only generic detections. --- <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 16:25:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1145