sevenzip icon indicating copy to clipboard operation
sevenzip copied to clipboard

Support ARM64 filter

Open powellnorma opened this issue 6 months ago • 1 comments

7z seems to sometimes chose this new ARM64 filter even when no ARM64 files get archived (a false positive of the heuristic 7z uses, I guess).

More context: https://superuser.com/q/1792413

Currently, the sevenzip library fails to decompress such files, saying unsupported compression algorithm.

powellnorma avatar Jun 22 '25 18:06 powellnorma

Correct, it's not currently supported. There's support for ARM executables, but not ARM64. I hadn't seen that filter in the source.

If you can point me to the reference source I can take a look.

bodgit avatar Jun 22 '25 22:06 bodgit