in reply to Re^6: What happened to perlcc?
in thread What happened to perlcc?
Source code is also obfuscated using a simple key to avoid extracting the string from the executable.
And in the home page, perhaps missed, was:
Takes a single perl script, converts the block using a simple encoding with an optionally defined key.
Which you can see from the usage involves the '-key' option.
-key <str> Specify key for encode/decode of embedded script
So your claim that the source code is provided intact is false.
And yes, it's weak encryption. Clearly if someone wants to attack an obfuscation like this, they'll do some sort of runtime attack rather than try to decode the script.
You also state: "Finally, there's an implicit claim that an executable can be made from the generated .c file, but it's not obvious how to do that"
And again, from the usage:
-exe <exec> Compile the code into an executable
I think that's pretty simple
But to help make it clearer, I've added the compilation command to the comments at the top of the C output.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^8: What happened to perlcc?
by ikegami (Patriarch) on Feb 28, 2011 at 22:17 UTC | |
by daveola (Sexton) on Mar 01, 2011 at 11:40 UTC | |
by ikegami (Patriarch) on Mar 01, 2011 at 16:30 UTC | |
by daveola (Sexton) on Mar 02, 2011 at 04:56 UTC | |
by ikegami (Patriarch) on Mar 02, 2011 at 05:00 UTC | |
by ikegami (Patriarch) on Mar 02, 2011 at 04:59 UTC | |
|