[PR #115] [MERGED] Refactor Setup Factory detection #272

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/115
Author: @TheRogueArchivist
Created: 4/1/2022
Status: Merged
Merged: 4/1/2022
Merged by: @mnadareski

Base: masterHead: Setup-Factory-Refactor


📝 Commits (3)

  • 1d0ae5c Refactor Setup Factory detection
  • e1c603d Address Setup Factory PR comments
  • e688eee Fix whitespace

📊 Changes

2 files changed (+24 additions, -6 deletions)

View changed files

📝 BurnOutSharp/PackerType/SetupFactory.cs (+15 -4)
📝 BurnOutSharp/Tools/Utilities.cs (+9 -2)

📄 Description

Fix a broken Setup Factory check, add a new check that works for older versions, and add a new method to grab the product version, which is needed to accurately grab some Setup Factory versions.


🔄 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/115 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 4/1/2022 **Status:** ✅ Merged **Merged:** 4/1/2022 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `Setup-Factory-Refactor` --- ### 📝 Commits (3) - [`1d0ae5c`](https://github.com/SabreTools/BinaryObjectScanner/commit/1d0ae5c94c039fd356b345e0b319facb47aac67c) Refactor Setup Factory detection - [`e1c603d`](https://github.com/SabreTools/BinaryObjectScanner/commit/e1c603d85b6ab42da870d934e3d792ce63a1135b) Address Setup Factory PR comments - [`e688eee`](https://github.com/SabreTools/BinaryObjectScanner/commit/e688eeecfcf62341f23c9e28a53377ab2cdf69d6) Fix whitespace ### 📊 Changes **2 files changed** (+24 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `BurnOutSharp/PackerType/SetupFactory.cs` (+15 -4) 📝 `BurnOutSharp/Tools/Utilities.cs` (+9 -2) </details> ### 📄 Description Fix a broken Setup Factory check, add a new check that works for older versions, and add a new method to grab the product version, which is needed to accurately grab some Setup Factory versions. --- <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:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#272