Closed YangKi1902 closed 4 years ago
What exactly are you doing to get this BSOD?
RtlInitUnicodeString(&SymbolName, L"NtMapViewOfSection"); Target = MmGetSystemRoutineAddress(&SymbolName); SetHook(NtMapViewOfSectionTarget, NtMapViewOfSection_Hook, &OriginalNtMapViewOfSection);// BSOD page_fault_in_nonpaged_area in my NtMapViewOfSection_Hook function i just simply return OriginalNtMapViewOfSection(...) it's working good with all 32bit/64bit w7,w8,w8.1 and windows 10 32 bit, only except windows 10 17763 64bit.
Hm, well, I'll check it, thanks for reporting
Fixed
hello, this library is very useful, thank you for that. Today im try to test with windows 10 1809(x64) and got page_fault_in_nonpaged_area bugcheck error, anyways to fix it? sorry i just begining in kernel development.