![]() |
![]() |
|
November 13, 2003DevCon:Windows Core Testing Best PracticesI have been looking forward to this session. I really want to expand on our testing best practices and thought it would be nice to see how others are doing it. Especially when it comes to configuration and use of the kernel debugger (WinDbg). I also would like to learn how to better use the software in the DDK to accomplish much of this. From what I am hearing, I am at the right session! And it begins... Its neat to see what Microsoft uses. They use special serial paddles that can host 16 machines to the debugger machine. And they can host 2 paddles for each multiport PCI card. So you can see they can debug a lot of machines via serial really quickly. Note to self, check slides for neat script on launching KD sessions with proper Symbols Hmm, neat switches for configuring Windows for debugging. I like the /noguiboot option. Will need to check that out. This presenter is really engaging. He not only knows his stuff, but he really can deliver how to use a tonne of unknown/undocumented features (well they are documented on the slides now). He is the guy that does all the testing here, and getting info from his experience is awesome. Just learned an excellent way to enable driver verifier with a hack to the Hivesys.inf. Man is that a sweet hack! Check it out: HKLM, "SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management", "VerifyDriverLevel", 0x00010001, 251 HKLM, "SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management", "VerifyDrivers", 0x00000000, "mydriver.sys" You can obviously modify that during setup using regedit, but the fact you can do it before could make automated scripting work really easy, especially with my VMWare stuff. Should be fun. I need to download the updated HCT Kit. These tests are just awesome, and are what WHQL uses as part of the test harness for the logo program. Many driver developers are NOT doing this correctly, and as such, is why some drivers have so many issues on the Windows platforms. These are free, just not always being used. Posted by SilverStr at November 13, 2003 11:23 AM | TrackBack |
![]() ![]()
My 5 Favorite Books
Writing Secure Code
Secure Programming Cookbook Security Engineering Secure Coding Principles & Practice Inside the Security Mind ![]()
My 5 Favorite Papers
Smashing the Stack
Penetration Studies Covert Channel Analysis of Trusted Systems DoD Trusted Computer System Evaluation Criteria NSA Security Recommendation Guides ![]()
Archives
December 2005
November 2005 October 2005 September 2005 August 2005 July 2005 June 2005 May 2005 April 2005 March 2005 February 2005 January 2005 December 2004 November 2004 October 2004 September 2004 August 2004 July 2004 June 2004 May 2004 April 2004 March 2004 February 2004 January 2004 December 2003 November 2003 October 2003 September 2003 August 2003 July 2003 June 2003 May 2003 April 2003 March 2003 February 2003 January 2003 December 2002 November 2002 October 2002 September 2002 August 2002 July 2002 ![]() |
|