I
ILT5000
Guest
Hello,
I want to hack a mouse filter driver for my purposes because i want to develop an application where i'm able to modify the mouse behaviour (PS/2 and USB).
I've started the following:
I have a few stupid beginner questions, please don't be frightened:
Regards
Continue reading...
I want to hack a mouse filter driver for my purposes because i want to develop an application where i'm able to modify the mouse behaviour (PS/2 and USB).
I've started the following:
- Download the Windows Driver Kit (WDK) - Windows drivers
- Reading on OSR.com (How to start, Debugging etc.)
I have a few stupid beginner questions, please don't be frightened:
- Is moufiltr the right one? (From the user perspective, I just want an application that i have to install and with that i can modify my mouse.)
- Is there a good source for easily starting with moufiltr?
- When i debugg it, what does "Configure Devices - No target devices" mean?
- Does the "Installation" section means that i have to implement it by myself (The .inf file must install the class driver (Mouclass) and the port driver (i8042prt, Mouhid, Sermouse, etc...)?
(I know, super stupid question. Shouldn't it already work with Windows 10 and a PS/2 mouse as an example?!)
Regards
Continue reading...