.NET copy protection

前端 未结 8 1121
野性不改
野性不改 2020-12-15 02:12

Is it possible to restrict a .NET executable to a specific machine somehow so that it can only be run on that machine.

8条回答
  •  [愿得一人]
    2020-12-15 02:28

    Out of the box - no.

    You can try generating a machine signature during installation and lock your application to not start when the signature file is not present or is not valid for this particular machine.

提交回复
热议问题