Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LZ4 Legacy format support #84

Open
AeonLucid opened this issue Jun 13, 2023 · 2 comments
Open

LZ4 Legacy format support #84

AeonLucid opened this issue Jun 13, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@AeonLucid
Copy link

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.

@MiloszKrajewski
Copy link
Owner

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

@MiloszKrajewski MiloszKrajewski added the enhancement New feature or request label Jun 15, 2023
@AeonLucid
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants