win10 x64 explorer.exe進程創(chuàng)建hook的問題
我在win10 x64下將dll注入進explorer進程去hook shellexecute函數(shù),,為什么只能攔截到通過任務欄創(chuàng)建的進程,,而通過雙擊桌面圖標或直接從文件管理器里雙擊打開的進程攔截不到,如果要攔截應該去hook哪個函數(shù),?在任務欄創(chuàng)建進程是通過explorer!CTray::command去調(diào)用shellexecuteExW,,如果在桌面或者資源管理器中創(chuàng)建進程會調(diào)用explorer中的哪個函數(shù),?