in reply to Is there a way to decode perlcc bytecode?

In theory, you could unserialize the bytecode into the optree (which one of the modules, maybe B::ByteLoader can do), then capture execution (perhaps with O or another module with a cleverly-placed INIT block) and start feeding code references to B::Deparse.

At least, that's the easiest way I can imagine.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.