Skip to content

Alexcei88/CpioLibSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CpioLibSharp

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.

Usage

Examples of using the library

Nuget

Available on Nuget: https://www.nuget.org/packages/CPIOLibSharp/.

License

CpioLibSharp are released under the GNU GPLv3 license. See LICENSE for details.

Support

Find a bug? Contact us via email lex9.darovskoi@gmail.com.

About

A decompression library of cpio archive format C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages