RupertAvery / PSXPackager

A utility to convert Playstation disc images in various formats to PBP format and back
Other
240 stars 15 forks source link

Use SharpCompress #39

Closed takano32 closed 1 year ago

takano32 commented 1 year ago

SharpCompress is pure C# implementation for archives.

https://github.com/adamhathcock/sharpcompress

If use it and no more need to distribute 7z.dll and or.

SharpCompress - Simple Decompress Example

SharpCompress - EventHandler