Hello
When I mapping the NoScreen driver using kdmapper, sometimes I get a blue screen and sometimes I don’t. Why does this happen? When I check with WinDbg, it shows a PAGE_FAULT_IN_NONPAGED_AREA (50) error. I am signing the driver with an expired certificate and mapping it using sc start commands; even so, it still causes a blue screen with the same PAGE_FAULT_IN_NONPAGED_AREA error. When I use a different ioctl driver, it does not give the same error. It’s a read/write driver. HVC OFF
Hello
When I mapping the NoScreen driver using kdmapper, sometimes I get a blue screen and sometimes I don’t. Why does this happen? When I check with WinDbg, it shows a PAGE_FAULT_IN_NONPAGED_AREA (50) error. I am signing the driver with an expired certificate and mapping it using sc start commands; even so, it still causes a blue screen with the same PAGE_FAULT_IN_NONPAGED_AREA error. When I use a different ioctl driver, it does not give the same error. It’s a read/write driver. HVC OFF