XZ Utils is free general-purpose data compression software with a high compression ratio https://tukaani.org/xz/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Lasse Collin 3d09b721b9 debug: Add generator for the ARM64 test file data. 2 weeks ago
..
Makefile.am debug: Add generator for the ARM64 test file data. 2 weeks ago
README Docs: Fix the name LZMA Utils -> XZ Utils in debug/README. 12 years ago
crc32.c Add SPDX license identifier into 0BSD source code files. 2 months ago
full_flush.c Add SPDX license identifier into 0BSD source code files. 2 months ago
hex2bin.c Add SPDX license identifier into 0BSD source code files. 2 months ago
known_sizes.c Add SPDX license identifier into 0BSD source code files. 2 months ago
memusage.c Add SPDX license identifier into 0BSD source code files. 2 months ago
repeat.c Add SPDX license identifier into 0BSD source code files. 2 months ago
sync_flush.c Add SPDX license identifier into 0BSD source code files. 2 months ago
testfilegen-arm64.c debug: Add generator for the ARM64 test file data. 2 weeks ago
translation.bash Add SPDX license identifier into 0BSD source code files. 2 months ago

README


Debug tools
-----------

This directory contains a few tiny programs that may be helpful when
debugging XZ Utils.

These tools are not meant to be installed. Often one needs to edit
the source code a little to make the programs do the wanted things.
If you don't know how these programs could help you, it is likely
that they really are useless to you.

These aren't intended to be used as example programs. They take some
shortcuts here and there, which correct programs should not do. Many
possible errors (especially I/O errors) are ignored. Don't report
bugs or send patches to fix this kind of bugs.