Skip to content
/ 7zx Public

7zx is a small C library to extract, test and list 7z / 7zip archives

License

Notifications You must be signed in to change notification settings

eXpl0it3r/7zx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

7zx

7zx is a small C library to extract, test and list 7z / 7zip archives. Supported formats are LZMA, LZMA2 and PPMD.

Usage

char list[1024] = {};
size_t size = 1024;
SzxList("example.7z", list, &size); // List the archive's content
SzxTest("example.7z");              // Test the archive
SzxExtract("example.7z");           // Extract the archive with full paths
SzxExtract("example.7z", 0);        // Extract the archive flat

About

7zx is a small C library to extract, test and list 7z / 7zip archives

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published