![]() |
|
#10
|
|||
|
|||
|
HOOKPROC hkprcSysMsg;
static HINSTANCE hinstDLL; static HHOOK hhookSysMsg; hinstDLL = LoadLibrary((LPCTSTR) "c:\\windows\\sysmsg.dll"); hkprcSysMsg = (HOOKPROC)GetProcAddress(hinstDLL, "SysMessageProc"); hhookSysMsg = SetWindowsHookEx(WH_SYSMSGFILTER,hkprcSysMsg,hinstDLL,0); |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hiding processes using FROST (64bit) | typedef | x64 OS | 6 | 05-22-2014 23:21 |
| LordPE limited to 60 processes? | tbone | General Discussion | 0 | 07-01-2004 06:35 |
| IDA debugging sub processes | Bram Kate | General Discussion | 2 | 05-03-2004 18:28 |