Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 464 Bytes

File metadata and controls

14 lines (10 loc) · 464 Bytes

LH Compressor

A command line tool to compress files to the LH (LZ + Huffman) format found in several Wii Games, written in C.

Usage

  LH_C.exe <filename>

The above command compresses the given file to the LH format. The file is saved in the same directory as the uncompressed file, but with the file extension ".LH". For example "TEST.bin" is compressed to "TEST.bin.LH".

All tested files were successfully decompressed with ntcompress.exe.