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
+1
View File
@@ -88,6 +88,7 @@ typedef unsigned upx_uint32;
#define UPX_MAGIC_LE32 0x21585055 /* "UPX!" */
#define UPX_MAGIC2_LE32 0xD5D0D8A1
/*************************************************************************