LArc
From Just Solve the File Format Problem
(Difference between revisions)
(→Software) |
|||
(3 intermediate revisions by one user not shown) | |||
Line 2: | Line 2: | ||
|subcat=Archiving | |subcat=Archiving | ||
|extensions={{ext|lzs}} | |extensions={{ext|lzs}} | ||
− | |released= | + | |released=≤1989 |
}} | }} | ||
'''LArc''' (not to be confused with [[LHA|LHarc]]) is a compressed archiver program for DOS. It was developed by Kazuhiko Miki, with Haruhiko Okumura and Ken Masuyama. Its native file format is sometimes called '''LZS'''. It uses generalized [[LHA]] format, and was possibly the originator of it. It was based in part on [[LZSS (Haruhiko Okumura)|Okumura's LZSS software]]. | '''LArc''' (not to be confused with [[LHA|LHarc]]) is a compressed archiver program for DOS. It was developed by Kazuhiko Miki, with Haruhiko Okumura and Ken Masuyama. Its native file format is sometimes called '''LZS'''. It uses generalized [[LHA]] format, and was possibly the originator of it. It was based in part on [[LZSS (Haruhiko Okumura)|Okumura's LZSS software]]. | ||
Line 18: | Line 18: | ||
|<code>-lz4-</code> || Uncompressed | |<code>-lz4-</code> || Uncompressed | ||
|- | |- | ||
− | |<code>-lz5-</code> || LZ77/[[LZSS]], 4k window | + | |<code>-lz5-</code> || LZ77/[[LZSS]], 4k window. |
|- | |- | ||
|<code>-lz7-</code> || | |<code>-lz7-</code> || | ||
Line 34: | Line 34: | ||
== Software == | == Software == | ||
− | * | + | * {{CdTextfiles|simtel/simtel20/MSDOS/ARCHIVRS/LARC333.EXE|LArc v3.33-English}} (1989-02-25) |
+ | * LArc v3.33-Japanese: [https://archive.org/details/FMTownsFreeSoftwareCollection1 FM Towns Free Software Collection 1] → FREEWARE.{BIN,CUE} → ms_dos/larc/ | ||
* [https://github.com/fragglet/lhasa lhasa] | * [https://github.com/fragglet/lhasa lhasa] | ||
* [http://lha.osdn.jp/ LHa for Unix] | * [http://lha.osdn.jp/ LHa for Unix] |
Latest revision as of 16:20, 24 November 2024
LArc (not to be confused with LHarc) is a compressed archiver program for DOS. It was developed by Kazuhiko Miki, with Haruhiko Okumura and Ken Masuyama. Its native file format is sometimes called LZS. It uses generalized LHA format, and was possibly the originator of it. It was based in part on Okumura's LZSS software.
See LHA for more information relevant to LArc format.
Contents |
[edit] Compression schemes
ID | Description and remarks |
---|---|
-lz2- |
|
-lz3- |
|
-lz4- |
Uncompressed |
-lz5- |
LZ77/LZSS, 4k window. |
-lz7- |
|
-lz8- |
|
-lzs- |
LZ77/LZSS, 2k window |
[edit] Identification
One of the listed 5-character LArc compression scheme IDs appears at offset 2.
[edit] Identification of self-extracting archives
LArc (v3.33, at least) can create self-extracting archives in either COM or EXE format (depending on the archive size, apparently). The ASCII substring "SFX by LARC
" appears at offset 32 for EXE format, or offset 526 for COM format.
[edit] Software
- LArc v3.33-English (1989-02-25)
- LArc v3.33-Japanese: FM Towns Free Software Collection 1 → FREEWARE.{BIN,CUE} → ms_dos/larc/
- lhasa
- LHa for Unix
- Some of the software listed at LHA#Software supports LArc format.
(Wanted: Other versions of LArc.)