so I patched kernel and wanted to compress it using Fugu (lzss). I extracted KPP from original kernel and my command was : Fugu -lzss patched_kernel patched_kernel_compressed --kpp kpp_file.
If you see this thanks as I really need it to work.
LZSS encoding should work now.
The correct command is Fugu lzss /path/to/input /path/to/output --kpp /path/to/kpp
Note that encoding large files may take a while
so I patched kernel and wanted to compress it using Fugu (lzss). I extracted KPP from original kernel and my command was : Fugu -lzss patched_kernel patched_kernel_compressed --kpp kpp_file. If you see this thanks as I really need it to work.