As a part of a project I am learning how to write Kernel Drivers for windows.
I have setup the following environment:
My Virtual target machine is Windows 7 Sp1 x86 - Running on VMware Workstation.
My host machine is Windows 7 Running windbg to remote debug the target's kernel (I used debugging via virtual serial cable and a named pipe since net debugging is available only from windows 8)
I installed the latest WDK and visual studio 2017 community.
I've written and compiled the driver as in the Microsoft docs.
I copied the sys file generated under the Debug folder to the target machine and installed the driver with Osrloader.
When I hit start service the computer freezes and the system crashes.
Questions
- The computer is offline (Hence no connection to the windows Symbol Server), could the missing symbols cause such errors? If so how should I use the syschk tool to solve this? *Please note I did not install any symbols yet.