Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: decompile perl2exe

by tachyon (Chancellor)
on Feb 07, 2005 at 05:29 UTC ( [id://428572]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ mv /usr/bin/perl /usr/bin/perl.real
    $ cat > /usr/bin/perl
    ...
    /usr/bin/perl.real -MO=Deparse $PROG
    ^D
    $ chmod 755 /usr/bin/perl
    
  2. or download this
    $ some.exe > source.txt 2>&1
    
  3. or download this
    $ rm -f /usr/bin/perl
    $ mv /usr/bin/perl.real /usr/bin/perl
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://428572]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-04-24 09:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found