| Author |
Message |
Guests
Guest Group
|
 Topic: Bytecode Compilation in Perl Posted: 04 Apr 2000 at 17:57 |
|
Bytecode Compilation in Perl
bytecode for independent OS execution?-Azrael
[ The Infinity Project ]
|
|
|
IP Logged |
|
Guests
Guest Group
|
 Posted: 04 Apr 2000 at 17:58 |
|
arg...
Arg...Anyone know how to convert perl scripts --> bytecode for independent OS execution?-Azrael
[ The Infinity Project ]
|
IP Logged |
|
Guests
Guest Group
|
 Posted: 04 Apr 2000 at 20:52 |
|
Re: arg...
ooooo, ummmm, i would have to look that up, damn stumped :(
LAMER TIME!!!!
|
IP Logged |
|
Guests
Guest Group
|
 Posted: 04 Apr 2000 at 21:30 |
|
Have a look at B::Bytecode maybe ?
I don't think that's really what you're looking for, though...
|
IP Logged |
|
Guests
Guest Group
|
 Posted: 05 Apr 2000 at 02:30 |
|
Re: Have a look at B::Bytecode maybe ?
Well, correct me if I'm wrong, by turning a perl script into bytecode (rather than machine code), the program can be executed in faster time (but running speed isn't changed). It also prevents people from viewing the source. Also, it still requires the perl interpreter...Anyway, yes I've looked at B::Bytecode before and I was lost... I did the:perl -MO bytecode stuff... and got it to assembler source (methinks) as the .S file. Then I used some assemble perl script I located on my box, to I think, turn it to bytecode. But then I need some program called byteperl which I can't find...You have any idea what I mean?BTW TheGame, I didn't know you posted here :)-Azrael
[ The Infinity Project ]
|
IP Logged |
|
deej
Admin Group
Joined: 22 Nov 1997
Online Status: Offline
Posts: 3
|
 Posted: 05 Apr 2000 at 10:07 |
|
Re: Have a look at B::Bytecode maybe ?
I know exactly what you mean, but have no idea how to achieve it. If you ever work it out, let me know.
TheBarman
|
IP Logged |
|
Guests
Guest Group
|
 Posted: 05 Apr 2000 at 20:41 |
|
Yeah, I got lost here once, and...
...never found my way back :)I'll have a go at that bytecode stuff this weekend too, just to see what it looks like.BTW, if you only want to do it to protect your code, there are better ways - for example, check the source code of LinkScan.
And there's something in the Perl FAQ about a CPAN module too, I believe.
|
IP Logged |
|
Guests
Guest Group
|
 Posted: 05 Apr 2000 at 21:01 |
|
Re: Yeah, I got lost here once, and...
Where can I find linkscan?-Azrael
[ The Infinity Project ]
|
IP Logged |
|
Guests
Guest Group
|
 Posted: 06 Apr 2000 at 16:42 |
|
http://www.elsop.com/ - haven't seen...
...their latest version, so I don't know if they still 'obfuscate' the Perl code here.
|
IP Logged |
|
tress
Newbie
Joined: 05 Mar 2000
Online Status: Offline
Posts: 286
|
 Posted: 08 Apr 2000 at 14:16 |
|
Re: arg...
this may or may not answer
search for perl2exe at yahoo
its the seconds link down i think and it has cracks !!
some versions allow u to make unix binarys
crud
|
IP Logged |
|