-
Notifications
You must be signed in to change notification settings - Fork 19
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
extractcode errors out on #61
Comments
@mloeser21 Thanks for the report. http://deb.debian.org/debian/dists/bullseye/main/binary-amd64/ does not seem to use lz4 .... just curious how this was made? This looks like a container image. Which base do you use? Also could you attach the file in question? ( wrapped in a zip to make GH happy)? |
Hi @pombredanne Thanks for the quick response.
As part of router.tar you get various
And those
Does this help? |
@mloeser21 re:
Yes, this is exactly what's needed to track this down! |
Hi,
I'm running into a problem with certain .lz4 and also .jar files. Example (lz4):
But the file has substance and can be decompressed using the
lz4
utility:Following is what the file header looks like:
The magic bytes are correct, pls refer to https://github.com/lz4/lz4/blob/dev/doc/lz4_Frame_format.md
Why can
lz4
decode it properly butextractcode
cannot?Regards,
Matthias
The text was updated successfully, but these errors were encountered: