xdelta3 (32-bit)

xdelta3 (32-bit) 3.0.11

Нет прав для скачивания
xdelta3 — это свободная программа, работающая из командной строки, которая позволяет построить разницу между двумя файлами. Результат сравнения представляется в виде стандартного формата VCDIFF.

Compress examples:
Код:
xdelta3 -s SOURCE TARGET > OUT
xdelta3 -s SOURCE TARGET OUT
xdelta3 -s SOURCE < TARGET > OUT
Decompress examples:
Код:
xdelta3 -d -s SOURCE OUT > TARGET
xdelta3 -d -s SOURCE OUT TARGET
xdelta3 -d -s SOURCE < OUT > TARGET
usage: xdelta3 [command/options][input [output]]
Код:
special command names:
    config      prints xdelta3 configuration
    decode      decompress the input
    encode      compress the input
    test        run the builtin tests

special commands for VCDIFF inputs:
    printdelta  print information about the entire delta
    printhdr    print information about the first window
    printhdrs   print information about all windows

standard options:
   -0..-9       compression level
   -c           use stdout
   -d           decompress
   -e           compress
   -f           force overwrite
   -h           show help
   -q           be quiet
   -v           be verbose (max 2)
   -V           show version

memory options:
   -B bytes     source window size
   -W bytes     input window size

compression options:
   -s source    source file to copy from(if any)
   -S [djw|fgk] enable/disable secondary compression
   -N           disable small string-matching compression
   -D           disable external decompression (encode/decode)
   -R           disable external recompression (decode)
   -n           disable checksum (encode/decode)
   -C           soft config (encode, undocumented)
   -A [apphead] disable/provide application header (encode)
  • Like
Реакции: hitman797
Автор
Shegorat
Скачивания
61
Просмотры
827
Первый выпуск
Обновление
Оценка
0.00 звёзд 0 оценок

Другие ресурсы пользователя Shegorat

  • cls-ttgd
    CLS cls-ttgd
    Декриптор для архивов *.ttarch от Telltale Games
  • pingo
    pingo
    Оптимизатор изображений JPG, PNG, WEBP и APNG
  • ringi
    ringi
    Универсальный файловый инжектор
  • MTP
    MTP
    Утилита для параллельного запуска процессов
  • cls-ue4d
    CLS cls-ue4d
    Декриптор для архивов Unreal Engine 4

Последние обновления

  1. xdelta 3.0.11 [08.01.2016]

    Изменения: Fixes and one major bug: Decoder block cache poor cache performance (source buffer...
  2. xdelta 3.0.9 [30.03.2015]

    Изменения: Improvements in "printf" usage & portability Several minor bug fixes. Move to Github.
Сверху