changeofpace / MouClassInputInjection

MouClassInputInjection implements a kernel interface for injecting mouse input data packets into the input data stream of HID USB mouse devices.
MIT License
290 stars 82 forks source link

Compatibility with manual mapped drivers using function .data ptr communication? #16

Open bphucc opened 1 year ago

bphucc commented 1 year ago

Hi, as the title said, I saw it using the SystemBuffer in the IRP structure to initialize the MouseServiceInjection, which is not used by manual mapped drivers due to the absence of driverObject, and with data .ptr hooking communication along side will it possible to implement this feature with this idea?