[PR #180] [MERGED] Begin work on overhauling StarForce (WIP) #348

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/180
Author: @TheRogueArchivist
Created: 12/13/2022
Status: Merged
Merged: 12/13/2022
Merged by: @mnadareski

Base: masterHead: StarForce-Initial


📝 Commits (1)

  • 7a51f6b Why is there so much StarForce, geez

📊 Changes

6 files changed (+146 additions, -23 deletions)

View changed files

📝 BurnOutSharp/Enums.cs (+5 -0)
BurnOutSharp/FileType/SFFS.cs (+49 -0)
📝 BurnOutSharp/ProtectionType/StarForce.cs (+76 -22)
📝 BurnOutSharp/ProtectionType/Tages.cs (+1 -1)
📝 BurnOutSharp/Scanner.cs (+7 -0)
📝 BurnOutSharp/Tools/Utilities.cs (+8 -0)

📄 Description

  • Begin work on overhauling StarForce detection, and to add notes.

  • Attempt to add SFFS file detection.

  • Fix minor TAGES issue.


🔄 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/180 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 12/13/2022 **Status:** ✅ Merged **Merged:** 12/13/2022 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `StarForce-Initial` --- ### 📝 Commits (1) - [`7a51f6b`](https://github.com/SabreTools/BinaryObjectScanner/commit/7a51f6bff53fc83ac70d1ee762fa05bd67965ad5) Why is there so much StarForce, geez ### 📊 Changes **6 files changed** (+146 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `BurnOutSharp/Enums.cs` (+5 -0) ➕ `BurnOutSharp/FileType/SFFS.cs` (+49 -0) 📝 `BurnOutSharp/ProtectionType/StarForce.cs` (+76 -22) 📝 `BurnOutSharp/ProtectionType/Tages.cs` (+1 -1) 📝 `BurnOutSharp/Scanner.cs` (+7 -0) 📝 `BurnOutSharp/Tools/Utilities.cs` (+8 -0) </details> ### 📄 Description * Begin work on overhauling StarForce detection, and to add notes. * Attempt to add SFFS file detection. * Fix minor TAGES issue. --- <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:07:53 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#348