New i386/lzma-multi_d.S enables unpacking more than one block
Used by p_lx_exe.cpp; others keep old i386/lzma_d.S
which allows only one block, but avoids trouble with
anti-virus utilities for some OS.
modified: misc/testsuite/upx_testsuite_1-expected_sha256sums.sh
new file: src/stub/src/arch/i386/lzma-multi_d.S
modified: src/stub/src/arch/i386/lzma_d.S
modified: src/stub/src/i386-bsd.elf.execve-entry.S
modified: src/stub/src/i386-linux.elf.execve-entry.S
plus stub/*.h, *.dump
Notable:
modified: src/stub/i386-dos32.djgpp2.h
modified: src/stub/i386-dos32.tmt.h
modified: src/stub/i386-dos32.watcom.le.h
modified: src/stub/i386-win32.pe.h
This commit is contained in:
committed by
Markus F.X.J. Oberhumer
parent
4562d5459d
commit
92c925fe95
+14
-10
@@ -8,14 +8,14 @@ Idx Name Size VMA LMA File off Algn Flags
|
||||
3 NRV2E 0d4 0 0 0f5 2**0 CONTENTS
|
||||
4 NRV2D 0c7 0 0 01c9 2**0 CONTENTS
|
||||
5 NRV2B 0b2 0 0 0290 2**0 CONTENTS
|
||||
6 LZMA_DEC00 036 0 0 0342 2**0 CONTENTS
|
||||
7 LZMA_ELF00 048 0 0 0378 2**0 CONTENTS
|
||||
8 LZMA_DEC10 0a86 0 0 03c0 2**0 CONTENTS
|
||||
9 LZMA_DEC20 0a86 0 0 0e46 2**0 CONTENTS
|
||||
10 LZMA_DEC30 01a 0 0 018cc 2**0 CONTENTS
|
||||
11 NRV_TAIL 0 0 0 018e6 2**0 CONTENTS
|
||||
12 MACHMAINY 014 0 0 018e6 2**0 CONTENTS
|
||||
13 MACHMAINZ 0f0 0 0 018fa 2**0 CONTENTS
|
||||
6 LZMA_DEC00 02e 0 0 0342 2**0 CONTENTS
|
||||
7 LZMA_ELF00 048 0 0 0370 2**0 CONTENTS
|
||||
8 LZMA_DEC10 0a86 0 0 03b8 2**0 CONTENTS
|
||||
9 LZMA_DEC20 0a86 0 0 0e3e 2**0 CONTENTS
|
||||
10 LZMA_DEC30 01a 0 0 018c4 2**0 CONTENTS
|
||||
11 NRV_TAIL 0 0 0 018de 2**0 CONTENTS
|
||||
12 MACHMAINY 014 0 0 018de 2**0 CONTENTS
|
||||
13 MACHMAINZ 0f0 0 0 018f2 2**0 CONTENTS
|
||||
SYMBOL TABLE:
|
||||
00000000 l d NRV_HEAD 0 NRV_HEAD
|
||||
00000000 l d MACHMAINY 0 MACHMAINY
|
||||
@@ -33,6 +33,8 @@ SYMBOL TABLE:
|
||||
00000000 l d NRV_TAIL 0 NRV_TAIL
|
||||
00000000 g MACHMAINX 0 _start
|
||||
00000000 *UND* 0 lzma_stack_adjust
|
||||
00000000 *UND* 0 lzma_u_len
|
||||
00000000 *UND* 0 lzma_c_len
|
||||
00000000 *UND* 0 lzma_properties
|
||||
00000014 g MACHMAINY 0 end_decompress
|
||||
|
||||
@@ -57,5 +59,7 @@ OFFSET TYPE VALUE
|
||||
|
||||
RELOCATION RECORDS FOR [LZMA_DEC00]:
|
||||
OFFSET TYPE VALUE
|
||||
0000000c R_386_32 lzma_stack_adjust
|
||||
00000032 R_386_32 lzma_properties
|
||||
00000005 R_386_32 lzma_stack_adjust
|
||||
00000014 R_386_32 lzma_u_len
|
||||
0000001e R_386_32 lzma_c_len
|
||||
0000002a R_386_32 lzma_properties
|
||||
|
||||
Reference in New Issue
Block a user