捕获 Win32 消息
有谁知道可以捕获发送到特定进程的 win32 消息的工具吗?我以为 sysinternals 有一个工具可以做到这一点,但现在我找不到它。有人知道一些吗?
Does anyone know a tool that can capture win32 messages that get sent to a particular process? I thought there was a tool from sysinternals for that but now I can't locate it. Anyone knows some?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Spy++ 附带 Visual Studio 零售版(标准版、专业版、团队版)
另请参阅:我想要 Spy++,但我没有 Visual Studio
Spy++ comes with retail version of Visual Studio (Standard, Professional, Team)
See also: I want Spy++ but I don't have Visual Studio
尝试 WinSpy 或 Winspector
Try WinSpy or Winspector
如果您想以编程方式执行此操作,则需要创建一条 消息钩子
If you want to do it programmatically, you need to create a message hook