What language will protect my source code?

前端 未结 19 1177
时光取名叫无心
时光取名叫无心 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条回答
  •  -上瘾入骨i
    2021-01-05 22:43

    if you really concern about people disassemble your software, make your software as a service (SaaS) http://en.wikipedia.org/wiki/Software_as_a_service

提交回复
热议问题