This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Description
Hello, I am trying to update the program. I changed the following offsets for my version of windows:
ntoskrnl!MmAllocateIndependentPages
ntoskrnl!MmSetPageProtection
win32kbase!NtUserSetSysColors
Also changed the userdir offset in physmem.
After that i build it all and tried to load the driver, however it gave me the following response:
NSTATUS 0xc0000034
Which after some research i found out that it is some kind of error. Program stops responding, other functions don't work.
I am not getting a BSOD or any other type of trouble.
What am i doing wrong?
I calculated the offsets by: functionstartaddress - imagebaseaddress

