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.
在 Windows 7 上,当一个 exe 程序启动时,会触发什么事件?如何在代码中连接此事件以捕获启动?
.exe 可以是任何可在 Windows 7 上运行的程序,例如 WPF 应用程序或 Windows XP 的旧版应用程序。
有可以在内核模式下处理的进程创建钩子。任何向用户模式报告的内容都将在事后发生(事件日志条目、WMI 事件)。