开发者

Windows device driver sniffing / debugging

开发者 https://www.devze.com 2023-03-02 16:57 出处:网络
I\'ve recently bought a laptop with a touch pad that does not completely work under Linux. So I thought I might listen what data is sent to the PS2 controller (IO port 60) under Windows, and update th

I've recently bought a laptop with a touch pad that does not completely work under Linux. So I thought I might listen what data is sent to the PS2 controller (IO port 60) under Windows, and update th开发者_如何学Ce Linux driver accordingly. Do you know what tools I might use?


Perisoft Bushound - Expensive but very useful.


For your specific purpose I'd use some serial port monitor/sniffer software.

You may write your own tool that does the same, but that's a large amount of work. You should create a so-called file system filter driver (http://msdn.microsoft.com/en-us/windows/hardware/gg462968).

0

精彩评论

暂无评论...
验证码 换一张
取 消