我如何编写一个虚拟 CD/DVD 刻录机,允许刻录的程序写入 ISO?
我想编写一个应用程序,允许像 iTunes 这样的程序通常会识别 DVD/CD 刻录机来识别虚拟刻录机,然后写入它以创建 ISO。我猜想使用 C/C++...有人能指出我正确的方向,告诉我如何做到这一点吗?
基本上它是一个虚拟 CD/DVD 刻录机,可以将 ISO 文件输出到硬盘驱动器。我想这样做,既是为了它的实用性,也是为了挑战,只是需要知道如何实现它,不知道如何编写虚拟硬件。
I want to write an app that will allow a program like iTunes which normally will recognize a DVD/CD burner to recognize a virtual one and then write to it creating an ISO. I would guess to use C/C++... can someone point me in the right direction as to how this can be done?
Basically it would be a virtual CD/DVD burner that would output an ISO file to the hard drive. I want to do this for both the usefulness of it as well as the challenge, just need an idea of how to approach it, have no idea how to write virtual hardware.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
VMWare 有一个用于虚拟驱动器的开发人员工具包。这可能是一个很好的起点。
VMWare has a developer kit for virtual drives. That might be a good place to start.