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

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.

  • Comment on Re^3: Is there a way to decode perlcc bytecode?