mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-03 21:29:23 +00:00
[PR #299] [MERGED] Fix WinZip SFX folders not being scanned #466
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:WinZipSFX-Folder-Fix📝 Commits (3)
2467280Fix WinZip SFX folders not being scannedb4e037cRemove unneeded null checkc488e2aAdd 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.