Make it compile again.
committer: mfx <mfx> 968541179 +0000
This commit is contained in:
+3
-3
@@ -452,11 +452,11 @@ void PackExe::pack(OutputFile *fo)
|
|||||||
}
|
}
|
||||||
|
|
||||||
putPackHeader(loader,lsize);
|
putPackHeader(loader,lsize);
|
||||||
|
upx_bytep p = find_le32(loader,lsize,get_le32("IPCS"));
|
||||||
|
if (p == NULL)
|
||||||
|
throwBadLoader();
|
||||||
if (flag & USEJUMP)
|
if (flag & USEJUMP)
|
||||||
{
|
{
|
||||||
upx_bytep p = find_le32(loader,lsize,get_le32("IPCS"));
|
|
||||||
if (p == NULL)
|
|
||||||
throwBadLoader();
|
|
||||||
memcpy(p,&ih.ip,4);
|
memcpy(p,&ih.ip,4);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user