in reply to Re: 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.