All find*() and patch*() routines now return the buffer offset as an `int'.
committer: mfx <mfx> 976592518 +0000
This commit is contained in:
+2
-1
@@ -453,7 +453,8 @@ void PackExe::pack(OutputFile *fo)
|
||||
}
|
||||
|
||||
putPackHeader(loader,lsize);
|
||||
upx_bytep p = find_le32(loader,lsize,get_le32("IPCS"));
|
||||
// upx_bytep p = find_le32(loader,lsize,get_le32("IPCS"));
|
||||
upx_bytep p = NULL;
|
||||
if (p == NULL)
|
||||
throwBadLoader();
|
||||
if (flag & USEJUMP)
|
||||
|
||||
Reference in New Issue
Block a user