LDArc and LDIFF
m (Jsummers moved page LDIFF LZD to LDArc and LDIFF: Slightly expanding this article) |
|||
Line 3: | Line 3: | ||
|subcat=Archiving | |subcat=Archiving | ||
|extensions={{ext|lzd}} | |extensions={{ext|lzd}} | ||
− | |released= | + | |released=1989 |
}} | }} | ||
− | '''LDIFF''' ( | + | '''LDArc''' (also written '''LDarc'''), and its successor '''LDIFF''' (also written '''LDiff'''), are differential compression utilities for DOS, designed for binary files. They were developed by Kazuhiko Miki (also known for [[LArc]]). |
+ | |||
+ | There are at least three different versions of their native '''.LZD''' file format: | ||
+ | * The "lz6" format created by LDArc v1.00-1.03. | ||
+ | * The "LD6" format created by LDIFF v1.10-1.20. | ||
+ | * The format created by LDIFF v2.00. | ||
+ | |||
+ | LDIFF v2.00 can also create self-running patches in [[DOS executable (.com)|COM]] format. | ||
+ | |||
+ | The "lz6" and "LD6" formats are similar to [[LHA]], but not really compatible with it. | ||
== Identification == | == Identification == | ||
− | + | LDArc v1.00-1.03 files have ASCII "{{magic|-lz6-}}" at offset 2. | |
− | + | LDIFF v1.10-1.20 files have ASCII "{{magic|-LD6-}}" at offset 2. | |
+ | |||
+ | LDIFF v2.00 files apparently have ASCII "{{magic|LZ}}" at offset 4. They end with bytes {{magic|00 00}}. | ||
+ | |||
+ | COM files made by LDIFF v2.00 apparently have ASCII "{{magic|SFX by LDiff}}" at offset 1021. The embedded LZD file starts at offset 1177. | ||
+ | |||
+ | == Specifications == | ||
+ | * LDIFF v2.00 format is described in the included ldiff.man file (in Japanese). | ||
== Software == | == Software == | ||
+ | * {{CdTextfiles|megarom/megarom1/ARC_LBR/LDARC.ZIP|LDARC.ZIP}} - Includes LDArc v1.00, and patches to create v1.01, v1.02, v1.03. | ||
+ | * {{CdTextfiles|psl/pslv3nv08/PRGMMING/DOS/GEN_MISC/LDIFF1.ZIP|LDIFF1.ZIP}} - Includes LDArc v1.00, and patches to create v1.01, v1.02, v1.03, and LDIFF v1.10. | ||
+ | ** {{CdTextfiles|psl/psl9312/PRGMMING/DOS/TOOLS/LDIFF1.EXE|LDIFF1.EXE}} - Same as above, packaged differently. | ||
* {{CdTextfiles|swinnund/disk3/FILEUTIL/LDIFF12.ZIP|LDIFF v1.20}} · {{CdTextfiles|swinnund/disk3/FILEUTIL/LDIFF12S.ZIP|source code}} | * {{CdTextfiles|swinnund/disk3/FILEUTIL/LDIFF12.ZIP|LDIFF v1.20}} · {{CdTextfiles|swinnund/disk3/FILEUTIL/LDIFF12S.ZIP|source code}} | ||
− | * LDIFF v2.00 (Japanese): [https://archive.org/details/cdrom-fs-collection-2 FreeWare Collection 2 | + | * LDIFF v2.00 (Japanese): [https://archive.org/details/cdrom-fs-collection-2 FreeWare Collection 2] → FreeSoftwareCollection2pd199x-jp.img → ms_dos/ldiff/ (or {{DiscMasterLink|browse/21231/FreeSoftwareCollection2pd199x-jp.img/ms_dos/ldiff|at DiscMaster}}) |
+ | |||
+ | == Sample files == | ||
+ | * {{CdTextfiles|psl/pslv3nv08/PRGMMING/DOS/GEN_MISC/LDIFF1.ZIP|LDIFF1.ZIP}} → *.LZD ("lz6" format) |
Revision as of 19:31, 25 May 2023
LDArc (also written LDarc), and its successor LDIFF (also written LDiff), are differential compression utilities for DOS, designed for binary files. They were developed by Kazuhiko Miki (also known for LArc).
There are at least three different versions of their native .LZD file format:
- The "lz6" format created by LDArc v1.00-1.03.
- The "LD6" format created by LDIFF v1.10-1.20.
- The format created by LDIFF v2.00.
LDIFF v2.00 can also create self-running patches in COM format.
The "lz6" and "LD6" formats are similar to LHA, but not really compatible with it.
Contents |
Identification
LDArc v1.00-1.03 files have ASCII "-lz6-
" at offset 2.
LDIFF v1.10-1.20 files have ASCII "-LD6-
" at offset 2.
LDIFF v2.00 files apparently have ASCII "LZ
" at offset 4. They end with bytes 00 00
.
COM files made by LDIFF v2.00 apparently have ASCII "SFX by LDiff
" at offset 1021. The embedded LZD file starts at offset 1177.
Specifications
- LDIFF v2.00 format is described in the included ldiff.man file (in Japanese).
Software
- LDARC.ZIP - Includes LDArc v1.00, and patches to create v1.01, v1.02, v1.03.
- LDIFF1.ZIP - Includes LDArc v1.00, and patches to create v1.01, v1.02, v1.03, and LDIFF v1.10.
- LDIFF1.EXE - Same as above, packaged differently.
- LDIFF v1.20 · source code
- LDIFF v2.00 (Japanese): FreeWare Collection 2 → FreeSoftwareCollection2pd199x-jp.img → ms_dos/ldiff/ (or at DiscMaster)
Sample files
- LDIFF1.ZIP → *.LZD ("lz6" format)