UPX1 no longer used with Extent in xread() stub/l_lx_exec.c

committer: jreiser <jreiser> 958847383 +0000
This commit is contained in:
John Reiser 2000-05-20 18:29:43 +00:00
parent 25ade0970b
commit 0421c010cb

View File

@ -423,7 +423,7 @@ void PackLinuxI386::patchLoader()
patch_le32(loader,lsize,"UPX4",exetype > 0 ? 3 : 15); // sleep time
patch_le32(loader,lsize,"UPX3",exetype > 0 ? 0 : 0x7fffffff);
patch_le32(loader,lsize,"UPX2",progid);
patch_le32(loader,lsize,"UPX1",lsize);
//patch_le32(loader,lsize,"UPX1",lsize); no longer used
patchVersion(loader,lsize);
// The beginning of our loader consists of a elf_hdr (52 bytes) and