LCF-AT Posted April 28, 2021 Share Posted April 28, 2021 Hi guys, I'am looking for any tools I can use to get informations about apps (conrtols / classes etc).I found WinSpy 1.7 (x86) and Spy++ 14.0 (x86/x64). http://www.catch22.net/software/winspy http://mdb-blog.blogspot.com/2017/02/download-microsoft-spy-140-2016-06-20.html Do you know some other and better tools maybe to get more informations about used controls etc?What tools do you use? greetz Link to comment Share on other sites More sharing options...
bb2018 Posted April 28, 2021 Share Posted April 28, 2021 Hi @LCF-AT The tools I use today Hope it is helpful to you. 1. Windowzer 1.3 By ManHunter / PCL https://www.manhunter.ru/releases/150_windowzer_1_3.html 2. AutoIt Window Information https://www.autoitscript.com/autoit3/docs/intro/au3spy.htm 2 Link to comment Share on other sites More sharing options...
Xyl2k Posted April 28, 2021 Share Posted April 28, 2021 (edited) i use Au3Info too, who is good a small. edit: i attached it in case, you don't want to dl the whole autoit package. i use it mostly to identify the target controls and send my serial from my keygen into the app dialog, if you want a snippet: invoke FindWindow, NULL, addr szSerialDialog .if eax mov hwnd, eax invoke SendDlgItemMessageA,hwnd,132,WM_SETTEXT,0,addr szSerial .endif Au3Info.zip Edited April 28, 2021 by Xyl2k 2 Link to comment Share on other sites More sharing options...
LCF-AT Posted April 28, 2021 Author Share Posted April 28, 2021 Hi guys, the WinDowzer dosent run (error invalid image).I am using x64 OS. The Au3Info / au3spy I dont see any download link of a compiled exe.I dont use AutoIt or have it installed. greetz Link to comment Share on other sites More sharing options...
Xyl2k Posted April 28, 2021 Share Posted April 28, 2021 i've edited my post while you was replying, check again 1 Link to comment Share on other sites More sharing options...
bb2018 Posted April 28, 2021 Share Posted April 28, 2021 @LCF-AT Current version show error go back to version 1.2. WinDowzer_v1.2-PCL.rar If this tool is not yet Meet your needs You can view more here. Includes window scanners tool (view of item information) http://crack-tool.at.ua/load/analyzers/skanery_okon_prosmotr_informacii_ehlementov/1-1-0-47 2 Link to comment Share on other sites More sharing options...
LCF-AT Posted April 28, 2021 Author Share Posted April 28, 2021 Hi again, thanks for uploading the files guys. Question: Why I dont get all controls captured with the tools? Example: I wanna catch the splitter control but I dont get it.In earlier days I always used WinForce tool on XP & Windows 7 and there I got everything.Now in the tools I have tested (WinSpy and your tools) I don't get it.Why? PS: How to use the WinDowzer tool?I dont see any capture function / button? greetz Link to comment Share on other sites More sharing options...
bb2018 Posted April 28, 2021 Share Posted April 28, 2021 (edited) @LCF-AT Drag the mouse to the position you need, then press Alt + Ctrl + W. This tool doesn't have a Capture option, but it's useful. If you need other tools The link is at the top. Edited April 28, 2021 by bb2018 2 Link to comment Share on other sites More sharing options...
Mizre Posted May 14, 2021 Share Posted May 14, 2021 Window Detective is a good tool to achieve what you require. https://windowdetective.sourceforge.io/screenshots.html 2 Link to comment Share on other sites More sharing options...
Progman Posted May 14, 2021 Share Posted May 14, 2021 These tools do not work for UWP apps though AFAIK. So the app store apps or even the new Windows 10 settings area and start menu require alternate techniques. I've not seen any good GUI tools in this area though 1 Link to comment Share on other sites More sharing options...
LCF-AT Posted May 26, 2021 Author Share Posted May 26, 2021 Hi again, one more question about those Spy tools.So they work well so far for normal apps but what about NET FrameWork build apps?I have test it too on some of them and the only info I get is same = classname of Qt5QWindowIcon and that it.No infos about any buttons / listview / treeviews etc.Are there also Spy tools who support NET FW apps to scan classes and getting all infos like for other normal apps? greetz Link to comment Share on other sites More sharing options...
Xyl2k Posted May 27, 2021 Share Posted May 27, 2021 idk but about spytools on .NET, but i noticed ProtectionID have a WinSpy feature too. 1 1 Link to comment Share on other sites More sharing options...
LCF-AT Posted May 27, 2021 Author Share Posted May 27, 2021 Hi, not using PID anymore on WIn10.Just wanted to know whether there is any WinSpy tool for .NET targets or not you know.Somehow the classes / controls must be have names too for NET files, maybe there is any NET based WinSpy tool somewhere I don't know yet to get all infos of NET apps. greetz Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now