[PR #299] [MERGED] Fix WinZip SFX folders not being scanned #466

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/299
Author: @TheRogueArchivist
Created: 4/12/2024
Status: Merged
Merged: 4/15/2024
Merged by: @mnadareski

Base: masterHead: WinZipSFX-Folder-Fix


📝 Commits (3)

  • 2467280 Fix WinZip SFX folders not being scanned
  • b4e037c Remove unneeded null check
  • c488e2a Add checks for incomplete zip entries

📊 Changes

2 files changed (+19 additions, -10 deletions)

View changed files

📝 BinaryObjectScanner/FileType/PKZIP.cs (+4 -0)
📝 BinaryObjectScanner/Packer/WinZipSFX.cs (+15 -10)

📄 Description

Use PKZIP extraction to fix WinZip SFX extraction not extracting folders.


🔄 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/299 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 4/12/2024 **Status:** ✅ Merged **Merged:** 4/15/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `WinZipSFX-Folder-Fix` --- ### 📝 Commits (3) - [`2467280`](https://github.com/SabreTools/BinaryObjectScanner/commit/246728090b3fbe33f7aedc36869f680fe3136cb9) Fix WinZip SFX folders not being scanned - [`b4e037c`](https://github.com/SabreTools/BinaryObjectScanner/commit/b4e037cf9d18eb907d5b57fca6a6a3fb2ec47af8) Remove unneeded null check - [`c488e2a`](https://github.com/SabreTools/BinaryObjectScanner/commit/c488e2af307349f9491b3de97a02250934621989) Add checks for incomplete zip entries ### 📊 Changes **2 files changed** (+19 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `BinaryObjectScanner/FileType/PKZIP.cs` (+4 -0) 📝 `BinaryObjectScanner/Packer/WinZipSFX.cs` (+15 -10) </details> ### 📄 Description Use PKZIP extraction to fix WinZip SFX extraction not extracting folders. --- <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:25 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#466