forked from KolibriOS/kolibrios
unpacker code is now aware of file type field in packed files
git-svn-id: svn://kolibrios.org@1450 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
d5f5e7780a
commit
90d7119b99
@ -21,7 +21,7 @@ unpack:
|
|||||||
push eax
|
push eax
|
||||||
add esi, 12
|
add esi, 12
|
||||||
and al, not 0xC0
|
and al, not 0xC0
|
||||||
dec eax
|
dec al
|
||||||
jz .lzma
|
jz .lzma
|
||||||
.failed:
|
.failed:
|
||||||
pop eax
|
pop eax
|
||||||
|
Loading…
Reference in New Issue
Block a user