wdlkmpx / unace

The unace utility (written in C) is used for extracting, testing and viewing the contents of archives created with the ACE archiver.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is theare any documentation for ACE fileformat ?

JustNomad opened this issue · comments

is theare any documentation for ACE fileformat ? Or did you get internal struct via reverse reverse engineering ?

This was released long ago by Marcel Lemke so that Linux distributions can compile and include unace support
https://github.com/wdlkmpx/unace/blob/master/licence

This code only compiles under Linux (I can provide static binaries), a lot of patches have been applied, I also performed a massive cleanup, but the code is still messy and another massive cleanup is needed

I was trying to add MinGW (Windows) support, but it still doesn't compile, I don't think I can make it work

There is also
https://github.com/wdlkmpx/unace1

Which only supports ace v1 with some limitations, it does compile with MinGW, I can provide Linux static binaries and Win32/64 exe files for unace1

To answer the question, the only documentation is probably the C code, which is really old and hard to understand