Well pp -o foo.exe -e "use Clone; " pp –x -o foo.exe -e "use Clone; "
does not give any error François From: [email protected] [mailto:[email protected]] On Behalf Of Roderich Schupp Sent: mercredi, 17. septembre 2014 19:40 To: RAPPAZ Francois Cc: [email protected] Subject: Re: use clone -> crash my exe On Wednesday, September 17, 2014, RAPPAZ Francois <[email protected]<mailto:[email protected]>> wrote: Looking in the zip that will be used to make the exe, I see the lib\auto\clone contains Clone.dll Clone.bs autosplit.ix Looks good except for the lowercase directory "clone" and the uppercase C(lone) on my disk versus lower case c in the zip is not the reason ? That might be a problem for the dynaloader intercept, as zip itself is case-sensitive. PAR doesn't change the case of things it packs... What about pp -o foo.exe -e "use Clone; " Cheers, Roderich
