mirror of
https://github.com/86Box/bios-tools.git
synced 2026-02-27 17:34:25 -07:00
ArchiveExtractor: Add proper LHA signature (where did that other one come from?) except for lh5
This commit is contained in:
@@ -144,7 +144,7 @@ class ArchiveExtractor(Extractor):
|
||||
b'''\\x1F\\x8B|''' # gzip
|
||||
b'''BZh|''' # bzip2
|
||||
b'''\\xFD7zXZ\\x00|''' # xz
|
||||
b'''LHA\\x20|''' # lha
|
||||
b'''[\\x00-\\xFF]{2}-l(?:h[0467]|z4)-|''' # lha (methods supported by 7-Zip - HACK: except lh5 due to Award)
|
||||
b'''ZOO''' # zoo
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user