in reply to Re: Is there a way to decode perlcc bytecode?
in thread Is there a way to decode perlcc bytecode?

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re^2: Is there a way to decode perlcc bytecode?

Replies are listed 'Best First'.
Re^3: Is there a way to decode perlcc bytecode?
by chromatic (Archbishop) on Jul 09, 2007 at 18:03 UTC

    B::Deparse may work; it depends on when and how the program reconstructs the serialized optree. I suggest it as a first attempt because it's quick and easy to see if it will work.