Skip to content

jan-bobrowski/unuc2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unuc2

Command-line utility and a library for unpacking UC2 archives.

Ultra Compressor II is a packer from DOS era that achieved much tighter compression than ZIP by combining similiar files. Original author was so kind to publish source code that made the library possible.

API

  • uc2_identify – check UC2 magic
  • uc2_open – initialize
  • uc2_read_cdir – read dir entry
  • uc2_get_tag – read tag
  • uc2_finish_cdir – get archive label
  • uc2_extract – decompress a file
  • uc2_message – get error message
  • uc2_close – free resources

See libunuc2.h for details.

About

Library for unpacking Ultra Compressor II archives.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published