.NET copy protection

前端 未结 8 1123
野性不改
野性不改 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:42

    Assuming the machine has an NIC you can use the MAC address:

    Read MAC Address from network adapter in .NET

提交回复
热议问题