Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results
The free OSR Learning Library has more than 50 articles on a wide variety of topics about writing and debugging device drivers and Minifilters. From introductory level to advanced. All the articles have been recently reviewed and updated, and are written using the clear and definitive style you've come to expect from OSR over the years.
Check out The OSR Learning Library at: https://www.osr.com/osr-learning-library/
I'm getting this error when trying to add my driver to the symbol path:
Error: Execute .sympath(+) command attempts to access 'C:\kernelmodewpmrpm' failed: 0x2 - The system cannot find the file specified.
The files are all in a folder in C:
What am I doing wrong? I want to set breakpoints for my driver.
Upcoming OSR Seminars | ||
---|---|---|
OSR has suspended in-person seminars due to the Covid-19 outbreak. But, don't miss your training! Attend via the internet instead! | ||
Writing WDF Drivers | 12 September 2022 | Live, Online |
Internals & Software Drivers | 23 October 2022 | Live, Online |
Kernel Debugging | 14 November 2022 | Live, Online |
Developing Minifilters | 5 December 2022 | Live, Online |
Comments
What, exactly, was your .sympath command? Do you actually have a folder called C:\kernelmodewpmrpm in the root of your C: drive that contains symbols? And do you remember that the symbol path is on the computer running windbg, NOT the computer being debugged?
Tim Roberts, [email protected]
Providenza & Boekelheide, Inc.