加密歌曲项目
问题描述:
我已经在计算机上创建了一个.dll,但是我想在我的dongle(设备)中使用/实现该dll,以便任何人使用我的设备时都应具有该dll.
或
是否有可能为该设备创建序列号或密码,以使人们必须使用该密码来访问该设备
(我想在我的设备中创建一些安全性)
i have created a .dll on my computer but i want to use/implement that dll in my dongle(device) such that when any one use my device should have this dll .
or
is there any possibility to create a serial number or password for that device such that person should have to use the password for accessing the device
(i want to create some security in my device)
答
除非您的软件是使用设备的唯一方法,否则我不确定该怎么做这个.通过设备的任何类型的自动运行"都很容易关闭.知道设备是什么会有所帮助.如果设备与软件一起使用,就可以了.如果该设备是调制解调器,那么除非它需要驱动程序,否则我无法知道只有安装了dll才能使它工作.
Unless your software is the only way to use the device, I''m not sure how you can do this. Any sort of ''autorun'' via a device is easy to turn off. It would help to know what the device is. If the device is used with software, you''re fine. If the device is, say, a modem, then unless it requires a driver, there''s no way I know of to make it only work if a dll is installed.