i hook one service in SSDT for example ZwCreateFile , i use ioctl to send my Desired PID ( notepad.exe ) to kernel mode and use PsGetCurrentProcessId in my faked function to figure out Whether my Desired process (notepad.exe) Call the hook service , is any other method to find current(caller) process name?
and
i think will use Event
and
Code: Select all
when above if is true notify my user mode process ( process load driver and send IOCTL ) to call one function how?if(myPEID==PsGetCurrentProcessId ())
i think will use Event
Last edited by R00tKit on Sat Mar 05, 2011 4:18 pm, edited 1 time in total.
@R00tkitSMM