Any standarda tools and Techniques that are available for window driver testing?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Quite a few, which you would find straight from the documentation. DriverVerifier is a great tool, I've had less success with the Static verifier but I suppose it works just as well. This web page on MSDN is probably a good summary of existing tools. I'd also add checking your drivers on Checked builds of Windows to work on timing bugs. Checked builds also generally have easier to read stack traces. If security is your thing then Grey Hat Python has a chapter devoted to fuzzing drivers. EDIT: About your comment. Microsoft has a full set of articles on testing different filter drivers. Keyboards for example are covered here. |
|||||
|