CpioLibSharp is library for decompression files of cpio archive format to disk. It written entirely in C# for the .NET platform.
For more information about a CPIO format see format of cpio archive file.
Supported cpio formats:
- binary: The obsolete binary format
- old ASCII: The old (POSIX .1) portable format.
- new ASCII: The new (SVR4) portable format, which supports file systems having more than 65536 inodes.
- crc: The new (SVR4) portable format with a checksum added.
Available on Nuget: https://www.nuget.org/packages/CPIOLibSharp/.
CpioLibSharp are released under the GNU GPLv3 license. See LICENSE for details.
Find a bug? Contact us via email lex9.darovskoi@gmail.com.