mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
Decompression of ISO image files #423
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?
Originally created by @bonnlee2016 on GitHub (Oct 26, 2020).
I have a ISO image file about 1G size , which can be decompressed with rar, zip and 7z according to a Specialized tool. However, if I use sharpcompress try to decompress the file, I will prompt a signature error. I can't decompress or traverse the ISO file in any way. How to extract ISO file correctly
@mOrfiUs commented on GitHub (Apr 25, 2021):
Same request of this enhancement/implementation. Thanks for this amazing and very useful library.
@adamhathcock commented on GitHub (Apr 25, 2021):
I know nothing about ISOs. Willing to have contributions.
@pgodwin commented on GitHub (May 20, 2021):
You can use DiscUtils to do this.
@adamhathcock commented on GitHub (Jun 4, 2021):
Perhaps some merging of code from there if there's a need to have it unified.
@mitchcapper commented on GitHub (Sep 10, 2025):
It looks like there was an ISO PR #886 by @DineshSolanki in jan but i am not sure why it was closed the same day it was opened. If the plan is just to not support ISO then may be worth stating / closing the issue. DiscUtils works pretty well though:)
@DineshSolanki commented on GitHub (Sep 10, 2025):
That PR didn't work quite well, I thought of starting from scratch.