LinusHenze / Fugu

Fugu is the first open source jailbreak based on the checkm8 exploit
GNU General Public License v3.0
666 stars 134 forks source link

LZSS doesn't work ! #10

Closed exploit3dguy closed 4 years ago

exploit3dguy commented 4 years ago

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.

LinusHenze commented 4 years ago

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

exploit3dguy commented 4 years ago

Thanks will try now