in reply to Re^3: Breaking a Filter::decrypt like source filter
in thread Breaking a Filter::decrypt like source filter

Now we're talking!

I've been trying to build an own Perl executable in a way it will work with the filter (was easy after all, just had to add the filter as static extension, but remember, I virtually don't have any knowledge on C, building Perl from source etc)

Now with this step taken, can you give me a hint where/how I can patch Perl to print out the decrypted source code?
  • Comment on Re^4: Breaking a Filter::decrypt like source filter

Replies are listed 'Best First'.
Re^5: Breaking a Filter::decrypt like source filter
by ikegami (Patriarch) on Jan 24, 2007 at 22:57 UTC

    No, I know very little about Perl's guts. Each of do, require and eval can compile and run code. I'd start with them. The code that handles these would be in a pp* file.