in reply to Decompile Perl2EXE back to original source
What diotalevi says above is correct...but that's assuming you can get Perl source out of it. If that source is somehow encoded in something non-trivial (i.e. not ROT13 or BASE64 or something like that), you may have a hard time getting something to feed to the DeParser. Start by trying to extract the strings from the executable (look at a hexeditor to see if they are there, or try 'strings') -- hopefully you will see something that looks like Perl code, but probably not.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Decompile Perl2EXE back to original source
by diotalevi (Canon) on Mar 29, 2004 at 22:06 UTC | |
by flyingmoose (Priest) on Mar 29, 2004 at 22:10 UTC | |
by diotalevi (Canon) on Mar 30, 2004 at 02:08 UTC | |
by flyingmoose (Priest) on Mar 30, 2004 at 02:14 UTC | |
by diotalevi (Canon) on Mar 30, 2004 at 02:17 UTC | |
|