Cleanups.
committer: mfx <mfx> 1034719891 +0000
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ void PackHeader::putPackHeader(upx_bytep p)
|
||||
assert(get_le32(p) == UPX_MAGIC_LE32);
|
||||
if (get_le32(p+4) != UPX_MAGIC2_LE32)
|
||||
{
|
||||
//printf("%x %x\n", get_le32(p+4), UPX_MAGIC2_LE32);
|
||||
//fprintf(stderr, "MAGIC2_LE32: %x %x\n", get_le32(p+4), UPX_MAGIC2_LE32);
|
||||
throwBadLoader();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user