我如何编写一个虚拟 CD/DVD 刻录机,允许刻录的程序写入 ISO?

发布于 2024-08-29 16:30:06 字数 206 浏览 10 评论 0原文

我想编写一个应用程序,允许像 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

陈甜 2024-09-05 16:30:06

VMWare 有一个用于虚拟驱动器的开发人员工具包。这可能是一个很好的起点。

VMWare has a developer kit for virtual drives. That might be a good place to start.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文