LibHac/hactoolnet
Alex Barney a68426751f Introduce multi-instance, thread-safe streams
Previously multiple streams could share the same base stream. This meant that you couldn't alternate between streams. If you read from one stream, the state of other streams sharing the same base stream would be messed up and would silently return bad data.

This commit introduces a SharedStream class that allows multiple SharedStreams to share the same base class and not interfere with each other.
2018-08-22 15:54:34 -05:00
..
CA00000003_XS00000020 Add ability to create NSP files from SD card contents 2018-08-02 22:14:58 -05:00
CliParser.cs Extract ExeFS and RomFS for more input types 2018-08-22 15:36:06 -05:00
hactoolnet.csproj Add ability to create NSP files from SD card contents 2018-08-02 22:14:58 -05:00
Options.cs Add support for extracting XCI partitions 2018-08-14 17:21:07 -06:00
Program.cs Introduce multi-instance, thread-safe streams 2018-08-22 15:54:34 -05:00