USB 闪存驱动器模拟(如 cd/dvd rom 虚拟驱动器)- 是否可能
是否可以使用代码(使用 c# 的 asp.net 更好 - 如果不使用 php)或虚拟克隆驱动器之类的软件来模拟 USB 闪存驱动器?
我有一个带有 USB 闪存驱动器解锁器的程序(4 个我的笔记本电脑),我想模拟该 USB 驱动器,这样我就可以从我的笔记本电脑上删除该 USB 闪存!
感谢未来
最好的问候
is it possible to simulate usb flash drive with code (asp.net with c# is better - if not with php) or a software like virtual clone drive ?
i have a program with usb flash drive unlocker (4 my laptop) and i want to simulate that usb drive , so i can get rid of that usb flash from my laptop !
thanks in future advance
best regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须进入内核才能执行此操作。您将需要模拟完整的 USB 根集线器,注册它,以免干扰真正的集线器,然后模拟闪存设备和集线器之间的事务。
话虽这么说,您是否检查过您的闪存驱动器只是一个闪存驱动器,而不是某种加密令牌?
You will have to go into the kernel to do so. You will need to emulate a full USB root hub, register it so that you don't mess with the real hubs, and then emulate the transactions between your flash device and your hub.
That being said, did you check that your flash drive is just a flash drive and not some kind of cryptographic token ?