2020/12月最新WinSpy/WinSpy++下载exe

作者: koic 分类: ide 发布时间: 2025-06-09 10:03

可以实现类似的功能,见图片

2020/12月最新WinSpy/WinSpy++下载exe

文件来源:https://www.cnblogs.com/yunmuq/解压密码:yunmuq

下载地址:winspy.2020.12.zip (访问密码: 310772)

还有一个老外直接编译的:下载地址

winspy.exe (访问密码: 310772)

正文

WinSpy是仿造Microsoft Spy++的开源项目,微软Spy++是Visual Studio上的工具:
https://docs.microsoft.com/en-us/visualstudio/debugger/using-spy-increment?view=vs-2019

如果你没安装VS,可以选择使用WinSpy

WinSpy/WinSpy++,用于检查和修改任何Windows程序的窗口属性。
原项目地址:https://github.com/strobejb/winspy
原项目最后更新时间为9年前

好在GitHub还有其他人维护该项目,在其最受欢迎的分支中,找到了最近的更新:
https://github.com/m417z/winspy
6个月前调整了broadcaster feature,不过他最近的releases是在19年7月,所以我自己编译了一下

想要自己编译需要安装visual studio,本人用的2017 pro ,2019应该也可以
未安装的安装时需要勾选“使用 C++ 的桌面开发”并在右侧勾选:
:“对 C++ 的 Windows XP 支持”
:“用于 x86 和 x64 的 Visual C++ MFC”
如果已安装了vs,可以在开始菜单找到并打开Visual Studio Installer进行修改。

最后项目debug默认32位,点击生成就能生成32位exe;修改debug就能生成64位exe。
想学习的伙伴可以查看文章《WinSpy涉及的windows api》

 

WinSpy++

 

WinSpy++ is a programmer’s utility for inspecting and modifying window properties of any Windows program.

Building WinSpy++

 

WinSpy++ requires Visual Studio 2015 (with “MFC” and “Windows XP support for C++” features installed), and supports Win32 and Win64 builds. Use the IDE to build WinSpy++, or the build/build.bat command-line script (requires Ruby) to build and package a zip file for distribution.

About the fork

 

The fork introduces the following improvements to the original WinSpy++ 1.7:

  • Visual Studio 2015.
  • Complete Win64 support.
  • Window properties editor.
  • Autoupdate button, which refreshes the window properties periodically.
  • More extended styles.
  • lots of bug fixes and small improvements.
  • Broadcaster feature to broadcast send/post messages.

Visible
可见的
Enabled
启用
Always On Top
总是高高在上
Capture to Clipboard
捕获到剪贴板
Adjust Position…
调整位置。
Bring To Front Send To Back
带到前面送到后面
Close Window
关闭窗口
Locate
定位

发表回复