[PR #333] [MERGED] Minor SafeCast additions #499

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/333
Author: @TheRogueArchivist
Created: 10/30/2024
Status: Merged
Merged: 10/30/2024
Merged by: @mnadareski

Base: masterHead: SafeCast-Moderate-Additions


📝 Commits (1)

📊 Changes

3 files changed (+16 additions, -0 deletions)

View changed files

📝 BinaryObjectScanner/FileType/Textfile.cs (+5 -0)
📝 BinaryObjectScanner/Protection/Macrovision.SafeCast.cs (+3 -0)
📝 BinaryObjectScanner/Protection/Macrovision.cs (+8 -0)

📄 Description

Adds a text check for SafeCast, along with adding a new confirmed version. Also add notes for a few known programs that used SafeCast, a few TODOs, and a semi-related note about stxt sections.


🔄 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/333 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 10/30/2024 **Status:** ✅ Merged **Merged:** 10/30/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `SafeCast-Moderate-Additions` --- ### 📝 Commits (1) - [`b293bda`](https://github.com/SabreTools/BinaryObjectScanner/commit/b293bda0105bacd5d4e83c39f86c84666d2fc9b5) Minor SafeCast additions ### 📊 Changes **3 files changed** (+16 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `BinaryObjectScanner/FileType/Textfile.cs` (+5 -0) 📝 `BinaryObjectScanner/Protection/Macrovision.SafeCast.cs` (+3 -0) 📝 `BinaryObjectScanner/Protection/Macrovision.cs` (+8 -0) </details> ### 📄 Description Adds a text check for SafeCast, along with adding a new confirmed version. Also add notes for a few known programs that used SafeCast, a few TODOs, and a semi-related note about stxt sections. --- <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:40 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#499