[PR #312] [MERGED] Fix scans that use directory name in Windows #481

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/312
Author: @TheRogueArchivist
Created: 7/13/2024
Status: Merged
Merged: 7/13/2024
Merged by: @mnadareski

Base: masterHead: Windows-Directory-Scan-Fix


📝 Commits (1)

  • 5d74276 Fix scans that use directory name in Windows

📊 Changes

6 files changed (+35 additions, -27 deletions)

View changed files

📝 BinaryObjectScanner/Protection/Channelware.cs (+10 -2)
📝 BinaryObjectScanner/Protection/LabelGate.cs (+7 -7)
📝 BinaryObjectScanner/Protection/OpenMG.cs (+4 -4)
📝 BinaryObjectScanner/Protection/Tages.cs (+10 -10)
📝 BinaryObjectScanner/Protection/TivolaRingProtection.cs (+2 -2)
📝 BinaryObjectScanner/Protection/Zzxzz.cs (+2 -2)

📄 Description

Removes .Replace("\\", "/"), as it was messing with folder paths on Windows. Confirmed to still work on Linux as well.


🔄 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/312 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 7/13/2024 **Status:** ✅ Merged **Merged:** 7/13/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `Windows-Directory-Scan-Fix` --- ### 📝 Commits (1) - [`5d74276`](https://github.com/SabreTools/BinaryObjectScanner/commit/5d7427621371944d0961cddd94a5912cd4bf58d2) Fix scans that use directory name in Windows ### 📊 Changes **6 files changed** (+35 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `BinaryObjectScanner/Protection/Channelware.cs` (+10 -2) 📝 `BinaryObjectScanner/Protection/LabelGate.cs` (+7 -7) 📝 `BinaryObjectScanner/Protection/OpenMG.cs` (+4 -4) 📝 `BinaryObjectScanner/Protection/Tages.cs` (+10 -10) 📝 `BinaryObjectScanner/Protection/TivolaRingProtection.cs` (+2 -2) 📝 `BinaryObjectScanner/Protection/Zzxzz.cs` (+2 -2) </details> ### 📄 Description Removes ``.Replace("\\", "/")``, as it was messing with folder paths on Windows. Confirmed to still work on Linux as well. --- <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:30 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#481