perl.par...Re: PAR always unpacks by rahed- June 10, 2008 Niel Lambrechts <0xbeefdevnull.org> writes:> Unpacking file "ae164250autoFileGlobGlob.so"... >> $ENVPAR_TEMP => "tmppar-usernamecache-c5b55f0fb1dcda0404640436a7ddbaaaade738ba"> Extracting "shlibi586-linux-thread-multilibgd.so.2" to> "tmppar-usernamecache-c5b55f0fb1dcda0404640436a7ddbaaaade738balibgd.so.2"I think those "Unpacking files..." are being unpacked every time.But the libraries included with -l switch should be...http://www.nntp.perl.org/group/perl.par/2008/06/msg3613.html Re: PAR always unpacks by Niel Lambrechts- June 8, 2008 On 06062008 10:08 PM, Rahed wrote:> The first run of my exe takes 16s (pretty much) and consequent ones> only 1s. But I don&39;t see any debug output, I put> $ENVPAR_GLOBAL_DEBUG=1 in the perl program.> > What did you do to see those Unpacking file ... messages> export PAR_GLOBAL_DEBUG=1cheersNielhttp://www.nntp.perl.org/group/perl.par/2008/06/msg3612.html Re: PAR always unpacks by rahed- June 6, 2008 Niel Lambrechts <0xbeefdevnull.org> writes:> Sorry if my original post was a bit unclear, but I _am_ using -T > "mydir", and multiple runs still shows the output I first posted if I> have PAR_GLOBAL_DEBUG=1. Subsequent runs do seem faster though, but> the output is EXACTLY the same, I checked it with diff...The first run of my exe takes 16s (pretty much) and consequent onesonly 1s. But I don&39;t see any debug output, I put$ENVPAR_GLOBAL_DEBUG=1 in the perl...http://www.nntp.perl.org/group/perl.par/2008/06/msg3611.html Re: How to hide the source of pm files using pp by Eric Wilhelm- June 6, 2008 from Steffen Mueller on Friday 06 June 2008 00:16:>> I just want to Obfuscate 3 .pm files that I wrote.>>>> Can I do that >>You can either obfuscate them manually before packaging. This is a>highly dubious thing, though. Check out B::Deparse and seriously,> read the docs (and CAVEATS) for Filter::Crypto. You&39;re down a dead> end.Perhaps a PAR::Filter::Legalese is the way to go That is, if you&39;re not trying to technologically defeat a sophisticated...http://www.nntp.perl.org/group/perl.par/2008/06/msg3610.html Re: How to hide the source of pm files using pp by Steffen Mueller- June 6, 2008 Hi Henry,Henry Wu wrote:> I tried -F, it seems that it will Obfuscate all .pm included which is> too many ( > 100).> > I just want to Obfuscate 3 .pm files that I wrote.> > Can I do that You can either obfuscate them manually before packaging. This is ahighly dubious thing, though. Check out B::Deparse and seriously, readthe docs (and CAVEATS) for Filter::Crypto. You&39;re down a dead end.Cheers,Steffenhttp://www.nntp.perl.org/group/perl.par/2008/06/msg3609.html Re: PAR always unpacks by Niel Lambrechts- June 5, 2008 On 06052008 01:31 PM, Rahed wrote:> 0xbeefdevnull.org (Niel Lambrechts) writes:> >> I&39;ve noticed that my PAR generated binaries always get extracted ->> even on multiple runs, although I was under the impression that>> subsequent runs would avoid doing that.> > Use -T "myDir" option to pp. -C must not be used. Subsequent runs of exe> will use cache-myDir directory.Sorry if my original post was a bit unclear, but I _am_ using -T "mydir",...http://www.nntp.perl.org/group/perl.par/2008/06/msg3608.html Re: How to hide the source of pm files using pp by Henry Wu- June 5, 2008 Thanks for your reply.I tried -F, it seems that it will Obfuscate all .pm included which istoo many ( > 100).I just want to Obfuscate 3 .pm files that I wrote.Can I do that Thanks a lot.On 6508, Steffen Mueller <wyp3rlx02sneakemail.com> wrote:> Hi Henry,>> Henry Wu wrote:> > I am building an exe file using pp -f Bleach -f Obfuscate -o abc abc.pl> >> > I found that only abc.pl &39;s source was hided, all .pm files that> > abc.pl used are still in clear.http://www.nntp.perl.org/group/perl.par/2008/06/msg3607.html Re: Can't locate ImageExifToolWriter.pl in INC by Paul Fenwick- June 5, 2008 G&39;day Luca,luca bianconi wrote:> I&39;d be grateful for any suggestion, probably I&39;m wrong on how including> the module.I have scant minutes, so apologies for the short reply. For a regular module, you should be able to add it with the -M switch. For example, to include the IPC::System::Simple module, try: pp -M IPC::System::Simple ...I&39;m a little confused by ImageExifToolWriter having a .pl extension. So you may try: pp -M Image::ExifTool::Writer ...but that may not work. ...http://www.nntp.perl.org/group/perl.par/2008/06/msg3606.html Can't locate ImageExifToolWriter.pl in INC by luca bianconi- June 5, 2008 Dear All,I&39;ve just begun trying PAR. I&39;ve had no problem in packaging anotherapplication I&39;ve written with not a lot of libraries used.This new one gives me some problems, apparently because it can&39;t find alibrary-module in the INC .The source code works alright, launching it as executable in perlinterpreter mode.The packaging ends without any problem. I&39;ve looked with the verbose optionselected and apparently there&39;s no error signaled.The problem just comes when I try to...http://www.nntp.perl.org/group/perl.par/2008/06/msg3605.html unsubscrbe fails by Kratz, Thomas- June 5, 2008 Hi there,I am trying to unsubscrbe from parperl.org.The mails to par-unsubscrbeperl.org and even par-helpperl.org didn&39;thave any effect and a feedback mail to listmastlists.perl.org failedwith "Connection refused".Is there any other way to get deleted from the listThomas -- LRP Landesbank Rheinland-PfalzVorsitzender des Verwaltungsrates: Dr. Siegfried JaschinskiVorsitzender der Tragerversammlung: Prasident Peter Schneider Vorstand: Dr. Friedhelm Plogmann (Vors.), Daniel F. Juncker,.http://www.nntp.perl.org/group/perl.par/2008/06/msg3604.html |