A forum for reverse engineering, OS internals and malware analysis 

Forum for discussion about kernel-mode development.
 #26538  by flauteABC
 Mon Aug 17, 2015 11:11 am
What has changed in Windows 10 for KeServiceDescriptorTableShadow? If I set a breakpoint on e.g.

win32k!NtUserCreateWindowEx
win32kfull!NtUserCreateWindowEx

I never get any break.

-- Flaut
 #26551  by Vrtule
 Tue Aug 18, 2015 9:44 am
copy on right
Do you mean copy on write? That's interesting. If this is the case, I think a system-wide modification might be possible when disabling WP bit of the CR0 register (or by mapping the table via MDL). Of course, Patchguard won't be happy about that.