What language will protect my source code?

前端 未结 19 1194
时光取名叫无心
时光取名叫无心 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:58

    "I'm looking for something that can be only decompiled into assembly."

    Try writing your program in assembly. That is the best possible solution.

提交回复
热议问题