mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-04 05:35:49 +00:00
[PR #323] [MERGED] Fix various archive formats not extracting folders #490
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/323
Author: @TheRogueArchivist
Created: 9/26/2024
Status: ✅ Merged
Merged: 9/26/2024
Merged by: @mnadareski
Base:
master← Head:Fix-Folder-Archive-Reading📝 Commits (1)
add7462Fix various archive formats not extracting folders📊 Changes
4 files changed (+32 additions, -3 deletions)
View changed files
📝
BinaryObjectScanner/FileType/RAR.cs(+7 -0)📝
BinaryObjectScanner/FileType/SevenZip.cs(+7 -0)📝
BinaryObjectScanner/FileType/TapeArchive.cs(+8 -0)📝
BinaryObjectScanner/Packer/WinRARSFX.cs(+10 -3)📄 Description
Fixes folder extraction for 7z, RAR, and WinRAR SFX. Applied same fix to tar, but more is needed for it to work properly.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.