ReadWriteDriver icon indicating copy to clipboard operation
ReadWriteDriver copied to clipboard

Updating

Open Itsredpro opened this issue 1 year ago • 0 comments

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

image image

Itsredpro avatar Nov 09 '23 18:11 Itsredpro