Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Perl Decompile

by Courage (Parson)
on Sep 21, 2004 at 04:23 UTC ( [id://392563]=note: print w/replies, xml ) Need Help??


in reply to Perl Decompile

As monks already noted, there are two possibilities:
  • they encoded source and stored it to binary
  • they compiled and stored compiled binary to executable binary
I want to add such an information that in 1st case (which is most likely to what they did) you will get their source after decompiling;
in second case you will get another source that will differ from original source: comment will be lost, variable names could be lost, and so on.

You can drop it to me by vkonovalov at spb dot lucent dot com, and I will try advice further.

This is not trivial task however.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2024-04-19 11:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found