How can I obfuscate my Perl script to make it difficult to reverse engineer?

前端 未结 6 1094
不知归路
不知归路 2020-12-04 19:30

I\'ve developed a Perl script that has a confidential business logic.

I have to give this script to another Perl coder to test it in his environment. He may try to

6条回答
  •  伪装坚强ぢ
    2020-12-04 20:24

    You could look at perlcc. It doesn't guarantee correctness, but it should do alright if you're not doing anything too funky in your scripts.

提交回复
热议问题