in reply to Re: Perl to executable without releasing source code?
in thread Perl to executable without releasing source code?

> No. Maybe perlcc.

even then, it should be possible to feed an op-tree into B::Deparse

see also Rafl's comment here

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)

PS: Je suis Charlie!

  • Comment on Re^2: Perl to executable without releasing source code?

Replies are listed 'Best First'.
Re^3: Perl to executable without releasing source code?
by Anonymous Monk on Mar 23, 2015 at 22:46 UTC
    Maybe you LanX should read the whole comment ... compiled to not bytecode its should be impossible to recover the source as its assembler
      Maybe you haven't read rafl's comment?

      The optree is reconstructed from C code, B::Deparse just needs a pointer to the optree to disassemble Perl.

      Cheers Rolf
      (addicted to the Perl Programming Language and ☆☆☆☆ :)

      PS: Je suis Charlie!