-
Notifications
You must be signed in to change notification settings - Fork 22
Spyxx
L edited this page May 14, 2020
·
5 revisions
在VS IDE中安装C++相关组件,可以在C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\Tools
(类似文件夹,VS版本不同而不同)中找到spyxx.exe
也可以在VS中通过工具
-Spy++(+)
直接打开
Spy++ 有两个版本。 第一个版本,名为 Spy++ (spyxx.exe),用于显示发送到在 32 位进程中运行的窗口的消息。
第二个版本,名为 Spy++(64 位)(spyxx_amd64.exe),用于显示发送到在 64 位进程中运行的窗口的消息。
Spy++用于监控窗口、 线程、 进程或 消息
32位程序使用32位spy++spyxx.exe
监测,64位程序使用64位spy++spyxx_amd64.exe
监测,二者不能互通
Visual Studio Spy++ Download
How do I get Spy++ with Visual Studio 2017?
Winspector:
chocolatey安装Winspector
winspy
SetWindowsHookEx()