i32-Sudo / PdFwKrnlMapper

An Unsigned Driver Mapper for Windows 10 22H2 -> Windows 11 23H2 that uses PdFwKrnl to exploit the Read/Write IOCTL Calls to disable DSE & PG to map the unsigned driver.
Other
54 stars 15 forks source link

BSOD on Vulnerable driver load #5

Closed isp1x3r closed 4 weeks ago

isp1x3r commented 1 month ago

BSOD with exception code : Page_Fault_In_NonPaged_Area

CreateFileA is returning INVALID_HANDLE_VALUE here: https://github.com/i32-Sudo/PdFwKrnlMapper/blob/225e7047ec17098f151adf854a3ed9d4dde90cc5/Bypass.cpp#L52

unless debugged, the program result in BSOD with the beforementioned code.

isp1x3r commented 4 weeks ago

.