K4os.Compression.LZ4 icon indicating copy to clipboard operation
K4os.Compression.LZ4 copied to clipboard

LZ4 Legacy format support

Open AeonLucid opened this issue 1 year ago • 2 comments

I have some files (Android kernels) that are compressed with the legacy LZ4 format as seen here. https://github.com/MiloszKrajewski/K4os.Compression.LZ4/blob/master/orig/doc/lz4_Frame_format.md#legacy-frame It would be great if support could be added for this format. I was not able to find another C# library that can decompress these.

AeonLucid avatar Jun 13 '23 23:06 AeonLucid

If not a writer then I could do just a reader, but can you point me to some files I can test on?

MiloszKrajewski avatar Jun 15 '23 11:06 MiloszKrajewski

Sorry for the late reply, just a reader would be perfect. Here are two sample files, which are Google android kernels.

AeonLucid avatar Jun 21 '23 20:06 AeonLucid