Prevent duplicating application from USB memory

可紊 提交于 2019-12-13 07:05:15

问题


I wrote autorun application based on usb stick memory serial number. That means that the application will work only on specific registered serial number of the usb memory stick\device.

I found out that advanced user could change the serial number of usb memory device and just copy my application from one usb stick memory device to another. I'm C++\C# developer, Is there any way i can prevent duplicating my application from one usb stick to another?

来源:https://stackoverflow.com/questions/15646314/prevent-duplicating-application-from-usb-memory

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!