ARC (FreeArc)
From Just Solve the File Format Problem
FreeArc is a full-featured archiving application, developed by Bulat Ziganshin. Its native .arc format is unfortunately not compatible with any of the other ".arc" formats.
Its official site (when it still existed) featured downloads of Windows and Linux versions of FreeArc, documentation, and a downloadable set of source code which might be of use to somebody attempting to figure out the details of the file format, since the documentation doesn't give this sort of detail.
FreeArc also supports several self-extracting archive formats.
Contents |
Identification
FreeArc archive files start with signature bytes 0x41 0x72 0x43 0x01
(which starts with ASCII "ArC
").
Software
Sample files
Links
References
- ↑ History.txt from FreeArc-0.40-sources.7z lists v0.32 (2006-12-06) as the first public release.