A forum for reverse engineering, OS internals and malware analysis 

Forum for discussion about kernel-mode development.
 #29865  by dazzer
 Mon Jan 16, 2017 4:09 pm
Hi there,

I'm looking for some sort of callback that I can set that will notify me when ZwOpenSection is called to open a handle to PhysicalMemory. I was thinking ObRegisterCallbacks, but I don't think that would pick it up if ZwOpenSection is being called from Kernel Mode. Any ideas?
 #29868  by EP_X0FF
 Tue Jan 17, 2017 6:23 am
Hello,

which Windows version and type (32/64)?