[PR #23] [MERGED] Add support for WinZip SFX archives #222

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/23
Author: @TheRogueArchivist
Created: 3/2/2021
Status: Merged
Merged: 3/14/2021
Merged by: @mnadareski

Base: masterHead: WinZipSFX


📝 Commits (10+)

  • f058f79 Add inital check for WinZip SFX archives
  • 98be261 Add basic version detection
  • 55b3d3f Implement version 3+ detection
  • 7676ebe Cleanup code
  • 381bf03 Improve version 3+ detection
  • 368a1a8 Harden against false positives
  • 91d0b81 Implement basic extraction
  • 696dc07 Partial 2.X version detection
  • c8aca88 Add version detection for 2.1 RC2 variants
  • 1e5ee3c Add 2.1 version detection

📊 Changes

1 file changed (+494 additions, -0 deletions)

View changed files

BurnOutSharp/PackerType/WinZipSFX.cs (+494 -0)

📄 Description

Every version of WinZip SFX has the string "WinZip Self-Extractor" in it,

Closes #23


🔄 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/23 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 3/2/2021 **Status:** ✅ Merged **Merged:** 3/14/2021 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `WinZipSFX` --- ### 📝 Commits (10+) - [`f058f79`](https://github.com/SabreTools/BinaryObjectScanner/commit/f058f7928c055e3a46bd36a10791bb225c2dd1f4) Add inital check for WinZip SFX archives - [`98be261`](https://github.com/SabreTools/BinaryObjectScanner/commit/98be2618f67a4e0d382e50fdb2d20908bbecf5b5) Add basic version detection - [`55b3d3f`](https://github.com/SabreTools/BinaryObjectScanner/commit/55b3d3f1b94071d8e8f2fa99e132c63ad0fae9d5) Implement version 3+ detection - [`7676ebe`](https://github.com/SabreTools/BinaryObjectScanner/commit/7676ebe5f6e21cdf02a754d89034048c4d3b6edf) Cleanup code - [`381bf03`](https://github.com/SabreTools/BinaryObjectScanner/commit/381bf0333f73c5ec685659e9ed011f6883442a7b) Improve version 3+ detection - [`368a1a8`](https://github.com/SabreTools/BinaryObjectScanner/commit/368a1a83007de65979dfeb5f784d16373692850c) Harden against false positives - [`91d0b81`](https://github.com/SabreTools/BinaryObjectScanner/commit/91d0b81958d2487d465051374fc0f6d5d253fe20) Implement basic extraction - [`696dc07`](https://github.com/SabreTools/BinaryObjectScanner/commit/696dc076f87df02c485aa5f6018be49baa435b7f) Partial 2.X version detection - [`c8aca88`](https://github.com/SabreTools/BinaryObjectScanner/commit/c8aca8835c84360e0626c67c3c5001d5a1d113ce) Add version detection for 2.1 RC2 variants - [`1e5ee3c`](https://github.com/SabreTools/BinaryObjectScanner/commit/1e5ee3cca0adb8bfe531afd4503f9a32f88e72dc) Add 2.1 version detection ### 📊 Changes **1 file changed** (+494 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `BurnOutSharp/PackerType/WinZipSFX.cs` (+494 -0) </details> ### 📄 Description Every version of WinZip SFX has the string "WinZip Self-Extractor" in it, Closes #23 --- <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:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#222