View Single Post
  #11  
Old 05-06-2014, 06:24
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
Quote:
Originally Posted by Andrey167 View Post
Can detail how to do this through isexec unpacking? Rather I would like to unpack the code
Code:
if ISExec(0, 100, 0, ExpandConstant('{tmp}\sfk.exe'),'join '+'"'+ExpandConstant('{app}\data_win64\worlds\windy_city\windy_city.dat.part1')+'"' ,ExpandConstant('{tmp}'),'windy_city.dat',false) then begin
        DeleteFile(ExpandConstant('{app}\data_win64\worlds\windy_city\windy_city.dat.part1'))
        DeleteFile(ExpandConstant('{app}\data_win64\worlds\windy_city\windy_city.dat.part2'))
        end else break;
Reply With Quote