mirror of
https://github.com/upx/upx.git
synced 2024-11-26 22:20:52 +00:00
UPX1 no longer used with Extent in xread() stub/l_lx_exec.c
committer: jreiser <jreiser> 958847383 +0000
This commit is contained in:
parent
25ade0970b
commit
0421c010cb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user