xz/debug
Lasse Collin 3d09b721b9 debug: Add generator for the ARM64 test file data. 2024-04-09 18:22:27 +03:00
..
Makefile.am debug: Add generator for the ARM64 test file data. 2024-04-09 18:22:27 +03:00
README Docs: Fix the name LZMA Utils -> XZ Utils in debug/README. 2012-07-05 07:24:45 +03:00
crc32.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
full_flush.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
hex2bin.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
known_sizes.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
memusage.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
repeat.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
sync_flush.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
testfilegen-arm64.c debug: Add generator for the ARM64 test file data. 2024-04-09 18:22:27 +03:00
translation.bash Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00

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.