Added UPX_MAGIC2_LE32 as an additional magic number for the original

packheader as stored in the stubs.

committer: mfx <mfx> 979754722 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2001-01-17 18:05:22 +00:00
parent ad4bf703f0
commit 4322931d97
4 changed files with 49 additions and 19 deletions
+5 -2
View File
@@ -288,8 +288,11 @@ clear_bss_end:
align4
dc.b 'UPX!' ; magic
dc.l 0,0,0,0,0,0,0 ; 28 bytes - #include "header.ash"
; 32 bytes - #include "header.ash"
dc.b 85,80,88,33 ; UPX_MAGIC_LE32
dc.b 161,216,208,213 ; UPX_MAGIC2_LE32
dc.l 0,0,0,0,0 ; 20 bytes
dc.b 0,0,0,45
; end of text segment - size is a multiple of 4