What language will protect my source code?

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

    All code can be read back in assembly. Someone can reverse engineer your application and see what the machine is doing.

提交回复
热议问题