What language will protect my source code?

前端 未结 19 1279
时光取名叫无心
时光取名叫无心 2021-01-05 22:18

I wish to create shareware software that contains a registration algorithm. I am looking for a programming language, that cannot be easily decompiled into readable code. F

19条回答
  •  长发绾君心
    2021-01-05 22:40

    This is not so much a matter of choosing the right language as it is finding a tool that will do code obfuscation for you. Nothing is bulletproof, but there are efforts to accomplish this sort of thing.

    Eg. see this research project about Java code obfuscation.

提交回复
热议问题