Feedback & Discuss
uuSpy


RMT


您正在浏览的是uuSpy的说明。
免费软件一览请浏览这儿

uuSpy是软件开发辅助软件。
在设计ccProj时,参照了许多视窗软件。为了弄清楚软件的界面构成,消息过程等,一直都在使用Spy++。 但是Spy++不能很方便的选取监视窗口,不能位置调整。 有时候想直接使用某个控件的style/exstyle,Spy++也不支持输出这个,于是就开始了uuSpy的开发。 再之后,追加了密码取得,HTM的源代码取得等功能,整理了源代码,uuSpy就开始公开了。
建议或错误报告请留言:Feedback & Discuss,或者请发邮件:project@uuware.com

软件下载
  • Ver 1.11 build 20080912 Download exe&help files(chm) - 379 Kb

  • uuSpy工具很类似于Spy++。此外,还可以查看[***]的密码,甚至取得Internet Explorer的HTML。使用uuSpy你可以知道正在运行的窗口程序的结构。或者监视导致程序出错的特定的窗口消息。甚至你可以输出指定窗口的style/exstyle,或做某些设置。
    • uuSpy可以对指定窗口输出或设置style/exstyle。
      nStyle = WS_OVERLAPPED | WS_POPUP | WS_VISIBLE | WS_CLIPSIBLINGS | WS_CLIPCHILDREN
      nExStyle = WS_EX_TOOLWINDOW | WS_EX_LEFT | WS_EX_LTRREADING | WS_EX_RIGHTSCROLLBAR
    • 调整指定窗口的大小位置,或者设置标题。
    • uuSpy用挂钩(WH_GETMESSAGE & WH_CALLWNDPROC)技术监视窗口信息。可以记录到文件中。
    • uuSpy还是PasswordSpy。uuSpy可以把密码属性的编辑项目的[***]密码显示为明文。即使Internet Explorer的HTML中忘记的密码也能找回来。
    • uuSpy可以取得Internet Explorer的HTML。即使没有缓存的页也可以取得。同时取得指定页的所有iframe的HTML。
    • uuSpy支持多语言。现在支持英语(United States),日语,中文(PRC),中文(Taiwan).
      甚至可以追加你自己的语种(需要从uuSpy抽出资源文件,把语言文件存放到uuSpy同目录的Lang\)。
    Main Screen:


    use [Refresh] to get all windows or use [PickWin] to get specify windows.Here use [PickWin] to get window of notepad.exe.
    notice that the window is hotting.
    Also while selected,when mouse is on [Hotit],the selected window will be hotting.


    When the window is selected,then doubleclick it or click [GetInfo],show the page of window’s info.


    Or click [WatchMsg] to show the page of watch message.


    uuSpy can found the lost password for you.

    password is shown.


    while the selected window is "Internet Explorer_Server", uuSpy can get HTML from it.
    also,can show the value of password or hidden item of HTML.
    * language is chinese.

    Out the source of "Internet Explorer_Server".


    Option Page:
    Can set language at here,or check version info.


    With all,uuSpy is free software.


    enjoy it!