[PR #56] [MERGED] Add support for Microsoft SFX CAB detection #257

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/56
Author: @TheRogueArchivist
Created: 8/24/2021
Status: Merged
Merged: 8/24/2021
Merged by: @mnadareski

Base: masterHead: MSCABSFX


📝 Commits (4)

📊 Changes

2 files changed (+56 additions, -0 deletions)

View changed files

BurnOutSharp/PackerType/MicrosoftCABSFX.cs (+55 -0)
📝 README.md (+1 -0)

📄 Description

No description provided


🔄 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/56 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 8/24/2021 **Status:** ✅ Merged **Merged:** 8/24/2021 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `MSCABSFX` --- ### 📝 Commits (4) - [`23577d4`](https://github.com/SabreTools/BinaryObjectScanner/commit/23577d496d9c24c22f857b5bf239157f57271856) Add support for Microsoft SFX CAB detection - [`c7a62b8`](https://github.com/SabreTools/BinaryObjectScanner/commit/c7a62b80d1213453136351234b77ceca000003b0) Address reviews - [`a8f5a2f`](https://github.com/SabreTools/BinaryObjectScanner/commit/a8f5a2fe10b155678c3fb1ee200cd1c870634704) Simplify GetVersion - [`bae98f5`](https://github.com/SabreTools/BinaryObjectScanner/commit/bae98f5e9bed9e64b548415ee3cc37c2453d536e) Fix GetVersion ### 📊 Changes **2 files changed** (+56 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `BurnOutSharp/PackerType/MicrosoftCABSFX.cs` (+55 -0) 📝 `README.md` (+1 -0) </details> ### 📄 Description _No description provided_ --- <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:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#257