Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windows 10 1809 page_fault_in_nonpaged_area #2

Closed
YangKi1902 opened this issue Apr 7, 2019 · 4 comments
Closed

windows 10 1809 page_fault_in_nonpaged_area #2

YangKi1902 opened this issue Apr 7, 2019 · 4 comments

Comments

@YangKi1902
Copy link

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.

@HoShiMin
Copy link
Owner

HoShiMin commented Apr 8, 2019

What exactly are you doing to get this BSOD?

@YangKi1902
Copy link
Author

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.

@HoShiMin
Copy link
Owner

HoShiMin commented Apr 8, 2019

Hm, well, I'll check it, thanks for reporting

@HoShiMin
Copy link
Owner

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants