开发者

Windows device driver sniffing / debugging

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜