1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Set correct header.

committer: mfx <mfx> 1034719851 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2002-10-15 22:10:51 +00:00
parent d96646b0e0
commit b710f2d69f

View File

@ -447,8 +447,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
dc.b 0,0,0,45
; end of text segment - size is a multiple of 4