4
  • Is it possible to create virtual device "on the fly" ? (The guy click on a button "new virtual device", write the device name and the windows popup appear as if he a just plugged a new device).
  • Do i have to create a custom device driver or can i use a generic one ?
  • Where should i start (documentation link) ?

My goal is to emulate one or more virtual gamepads, visible in games (with their custom names), and mapped to one or multiple physical devices, like keyboard and mouse.

Thank you !

4

1 に答える 1

3

はい、可能です。Windows ドライバー アーキテクチャでは、USB ドライバーをオンザフライでロードできるようにするために、このようなサポートが必要です。カスタム デバイス ドライバーが必要です。たとえば 用の既存の「仮想」デバイス ドライバがありますNULが、それらは必要なものではありません。

ただし、デバイス ドライバーの作成は、気弱な人向けではありません。たった 1 つの記事を読んだだけで、ハッキングを開始できるとは期待できません。

于 2012-12-10T11:47:04.190 に答える