An archiver which is like a tar alternative.
Find a file
Stephen Seo 21752fb504 Fix invalid memory usage bug causing invalid free
realloc(...) was not used propertly. The number of items to be
reallocated was specified, but not the size of each item.
2024-06-27 13:28:53 +09:00
src Fix invalid memory usage bug causing invalid free 2024-06-27 13:28:53 +09:00
.gitignore Impl. parser (TODO Fix invalid free crash) 2024-06-27 11:57:29 +09:00
CMakeLists.txt Impl. parser (TODO Fix invalid free crash) 2024-06-27 11:57:29 +09:00
file_format.md Update file_format.md 2024-06-27 10:36:06 +09:00
LICENSE Add LICENSE, README.md, and license info in source 2024-06-26 19:19:21 +09:00
README.md Add LICENSE, README.md, and license info in source 2024-06-26 19:19:21 +09:00

Simple Archiver

LICENSE Information

Uses the Apache License 2.0.