Утилиты


PACK 1.0 - Reduce the Size of EXE Files

Упаковщик исполняемых EXE файлов. Работает примерно так же, как ExePack и SpMaker.
PACK reduces the size of EXE files by packing the EXE header table into a smaller structure. PACK works in a manner similar to EXEPACK (from Microsoft) and SPMAKER (from Realia).

PACKOBJ - Turbo Pascal Compressing Data Objitizer

PACKOBJ - программа для сжатия бинарных файлов по алгоритму LZW и преобразования их в .OBJ файл, который может быть включен внутрь Вашей паскальной программы и распакован при выполнении.
It is a program that takes binary data as input, compresses it using a fast LZW algorithm and converts it to an .OBJ file that you can link in a Turbo Pascal (TP) program, version 4.0 or later. TPUNPACK.PAS is the TP unit that takes care of decompressing the data.

PIBLZW - Lempel-Zev-Welch (LZW) Compression

Программы для упаковки и распаковки по методу LZW.
PIBLZW contains two Turbo Pascal v4.0 programs which implement the Lempel-Zev-Welch (LZW) compression technique.

PKWARE Zip - Streamed version

Работа с ZIPами (Pas) на основе PkWare Data Compression Library v1.02. За основу взят ZIP.PAS by Sergey Latkin и изменен для работы с потоками данных.

PKWareU - PKWare ZIP viewer unit

Модуль для просмотра содержимого ZIP архивов (TPU only!).
PKWareU - is a PKWare ZIP viewer unit. It allows acess to key fields inside PKWare's ZIPed type files. Samples and TPU6 included only :(

Presskit v1.0 - A Group of archiving units

Presskit v1.0 Набор из 5 программ, реализующих различные методы упаковки.

  • LZH unit (pascal port of an algorithm by Haruyasu Yoshizaki and Haruhiko Okumura)
  • DOUGPACK (interpretation of LZW algorithm)
  • LZSS unit for the LZ77 algorithm
  • SIXPACK (compression algorithm by Philip G. Gage)
  • VITTER (dynamic Huffman coding algorithm by Jeffrey Scott Vitter)

QDIR - Print The Directory Listing with Attributes

Program QuickExtendedDirectory provides a directory listing with attributes and age of file in days shown.

RAR archive unpacker for Virtual Pascal 1.0

Virtual Pascal Examples. RAR archive unpacker. Original version (C) 1994-95 Eugene Roshal. Converted to VP1.0 1995 by fPrint UK Ltd.

ReZip - ПереЗиповка архивных файлов

ARCHIVE REPACKER v.1.2 For DOS. Программа перепаковки разнообразных архивов к единому ZIP виду.

Shrink v1.2 - Multi File ZIP Compressor

Программа для упаковки нескольких файлов в ZIP архив по методу "shrink".

Compress a set of input files into a Zip file using Lempel-Ziv-Welch (LZW) compression techniques (the "shrink" method).