in reply to UnPerl!? decompiler!?

Some friend.

What you probably want is the command-line perl -MO=Deparse badstuff.pl

The code is likely to be in source form to start with. If so, just open it in a text editor. If the code is 'compiled' as a stand-alone executable, don't run it. Don't fool with it as 'root' or 'admin', or as a user with essential data to lose or be snooped.

After Compline,
Zaxo

Replies are listed 'Best First'.
Re: Re: UnPerl!? decompiler!?
by jsmikari (Initiate) on Nov 08, 2002 at 08:03 UTC
    I've checked the file. It's a stand-alone executable binary file,and it trys to connect a web-site in China, then sent some "message". But I really want to use other functions of this program. So, I'm trying to decompile it.
    Thankx anyway. (^_^)