Re: Creating a fake input device driver



you can do this witha driver. download the WDK and then look at the kbfiltr
KMDF example. From there you will have to add support for all of the IOCTLs
instead of passing them down the stack. The WDK also contains documentation
on how to write a keyboard port driver that you should read

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


"selmer" <selmer.2mdsxw@xxxxxxxxxxxxxxxxxxxxx> wrote in message
news:selmer.2mdsxw@xxxxxxxxxxxxxxxxxxxxxxxx

Hi to all

Does anyone know how I can create a fake device driver, so that I can
generate myself input data through an application and make the OS
believe that they come from an existing physical input device.

Actually, I don't really plan to generate the input data, but rather
receive them through a remote machine and feed them into the local
machine, like being generated in the latter.

To be more specific, I want to make a Game (for which I don't have any
info regarding its code) to see a mouse or a keyboard input that comes
from another machine. To achieve this, there are two possibiities.
Either I will fool the DirectInput (which the game uses) or I will fool
the game itself. But for both of them I don't see any other way than
building a driver for a non existing input device through which I can
pass my inputs. Am I right, or do I miss something?

Any information is acceptable (guidelines, sample code, links etc.)

Thanx in advance



--
selmer
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------



.



Relevant Pages

  • Re: Printer Driver Migration - XP to Vista
    ... I have used WDK XP build env to build ... link under "When to Use the Windows Driver Kit " it is written ... "Use the Windows XP build environments in the WDK to build drivers ... us which source code should we take as a base, ...
    (microsoft.public.development.device.drivers)
  • Re: Who can tell me where I can download the WDK?
    ... The latest LH Server Beta 3 WDK release is available on ... on the beta program, you just need your .NET passport to enroll. ... If you do not see Windows Logo Kit, ... Windows Driver Framework in the Available Connections list, ...
    (microsoft.public.development.device.drivers)
  • Re: KMDF & USB isochronous
    ... That would violate the EULA for the WDK. ... Remove any third party UDF drivers such as Nero and ... Can anyone please help as I am begineer to the driver development ... It's not so easy to use WDF because it's a whole new ...
    (microsoft.public.development.device.drivers)
  • Re: NDIS-SDIO Driver
    ... You are trying to install KMDF driver built from LHS Beta3 WDK on XP. ... The version number of Windows Driver Foundation for Windows Server "Longhorn" or Windows Vista SP1 has been changed to 1.7 to account for various bug fixes and minor backwards compatible changes. ... The WDK samples for UMDF and KMDF now require the use of the 1.7 coinstallers. ...
    (microsoft.public.development.device.drivers)
  • Re: Driver Development Environment (Olney Says, "VC 6.0")
    ... Is DDKBuild valid for WDK RC1 for Vista RC1 ... development environment for device driver work. ... but seeking advice on currently recommended best development environment. ... Mark Roddy DDK MVP ...
    (microsoft.public.development.device.drivers)