[PR #323] [MERGED] Fix various archive formats not extracting folders #490

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

📋 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: masterHead: Fix-Folder-Archive-Reading


📝 Commits (1)

  • add7462 Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/BinaryObjectScanner/pull/323 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 9/26/2024 **Status:** ✅ Merged **Merged:** 9/26/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `Fix-Folder-Archive-Reading` --- ### 📝 Commits (1) - [`add7462`](https://github.com/SabreTools/BinaryObjectScanner/commit/add7462cc76786777bf40181e18846c8874ab0df) Fix various archive formats not extracting folders ### 📊 Changes **4 files changed** (+32 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `BinaryObjectScanner/FileType/RAR.cs` (+7 -0) 📝 `BinaryObjectScanner/FileType/SevenZip.cs` (+7 -0) 📝 `BinaryObjectScanner/FileType/TapeArchive.cs` (+8 -0) 📝 `BinaryObjectScanner/Packer/WinRARSFX.cs` (+10 -3) </details> ### 📄 Description Fixes folder extraction for 7z, RAR, and WinRAR SFX. Applied same fix to tar, but more is needed for it to work properly. --- <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:35 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#490