Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
设置线程特定挂钩时,DLL 中的原因代码是什么? 谁能帮我解决这个问题?
谢谢,阿希什。
您的问题仍然不清楚,但我假设您的意思是使用SetWindowsHookEx()安装系统范围的挂钩,因此将您的 dll 注入所有应用程序的地址空间。
SetWindowsHookEx()
原因码将是DLL_PROCESS_ATTACH,因为您正在附加到一个进程。
DLL_PROCESS_ATTACH