Hi All,
I have converted the perl script to perl executable using
perlcc.So Now I want to convert perl executable to perl script. Is there any way to do this...?
2 Answers
No.
I remember compiling my first C program in 1992, cc -o code.c code.c, and then wondering where my source-code disappeared to. (If this is what you did, restore from backups. No backups? Well, think about doing backups.) No, it's not possible. You might be able to work out the algorithm by studying the binary very very carefully, but it's unlikely to help. It would probably be easier to rewrite the application from scratch.
Comments
best way to convert perl and all script to exe stand alone file use htwoo project in sourceforge.net
download project link :
download tutorial movie :