adamhathcock / sharpcompress

SharpCompress is a fully managed C# library to deal with many compression types and formats.
MIT License
2.22k stars 476 forks source link

Add support for 7z ARM64 and RISCV filters #823

Closed klimatr26 closed 2 months ago

klimatr26 commented 2 months ago

This allows sharpcompress to extract 7z archives that use ARM64 and RISCV filters, added in 7zip 23.01 and 24.03 respectively. This is related to #822

adamhathcock commented 2 months ago

Thank you!