kmdfHelloDriver
. We can now confirm the driver loaded successfully by debugging the kernel:Install-Driver
takes one parameter $name
, which signifies a driver name that we want to install. Install-Driver
will:Install-Driver
to become usable.wdm-helloworld.sys
in Z:\wdm-helloworld\x64\Debug:Source > Open Source File
and re-load the driver again using Install-Driver
function: