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

前端 未结 6 1100
不知归路
不知归路 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:18

    Use Acme::Bleach to bleach the code clean. Then obfuscate the resulting bleached code. However, any encoded/obfuscated code can be decoded, as the Perl interpreter has to decode it anyway.

提交回复
热议问题