UnshieldSharp icon indicating copy to clipboard operation
UnshieldSharp copied to clipboard

Port of Unshield to C#

Results 7 UnshieldSharp issues
Sort by recently updated
recently updated
newest added

UnshieldSharp "Failed to read header files" for specific archives. The archives present in "sdcc_200.zip" from "CICA 32 For Windows CD-ROM (Walnut Creek) (October 1999) (Disc 4).iso" in https://archive.org/details/CICA_32_For_Windows_CD-ROM_Walnut_Creek_October_1999 are known...

- Bump version number - Specify debug build (.NET 8 changed to Release by default)

``` $ ~/path/to/UnshieldSharp-9dc403ffc18d60c3016fcfbbd5499ee275a46ced_net6.0_linux-x64_1.6.9-55/Test -o data1_hdr data1.hdr Failed to get file descriptor 0 Unhandled exception. System.ArgumentNullException: Value cannot be null. (Parameter 'source') at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument) at System.Linq.Enumerable.Select[TSource,TResult](IEnumerable`1 source, Func`2 selector) at...

Some (most?) archives contain internal folders, the contents of which are just currently all extracted directly into the output directory. This is especially an issue in cases where files with...

On the game http://redump.org/disc/35476/, UnshieldSharp crashes with: ```Unhandled exception. System.IO.IOException: The parameter is incorrect. : 'K:\DATA1.cab' at System.IO.Strategies.FileStreamHelpers.ThrowInvalidArgument(SafeFileHandle handle) at System.IO.Strategies.OSFileStreamStrategy.Seek(Int64 offset, SeekOrigin origin) at System.IO.Strategies.BufferedFileStreamStrategy.Seek(Int64 offset, SeekOrigin origin) at...

In order to support some features that BurnOutSharp will require in the future, it would be helpful if UnshieldSharp can work with streams and not just referenced files. This may...

To reproduce: * Get the file "sdcc_200.zip" from from "CICA 32 For Windows CD-ROM (Walnut Creek) (October 1999) (Disc 4).iso" in [https://archive.org/details/CICA_32_For_Windows_CD-](https://archive.org/details/CICA_32_For_Windows_CD-ROM_Walnut_Creek_October_1999) * Add the "DATA[2-4].CAB" files from the "DISK[2-4]"...