A forum for reverse engineering, OS internals and malware analysis 

Forum for discussion about kernel-mode development.
 #9575  by madaboo
 Mon Nov 07, 2011 2:22 pm
Hi,

Assuming that SDT has been hooked e.g for ZwClose.
Is it possible from kernelland to locate original NtClose syscall?
I understand that MmGetSystemRoutineAddress () is not enough here since not all Nt* api calls are exported - is it right?
Thank you