Introduce

ucoSpy is a system enhancement application, used to view various attributes of windows or controls, and copy multiple contents that can’t be normally copied as well, such as passwords hidden as asteroids, and a TreeView. And ucoSpy can give a report the tree relationship of the windows and their child control.

Main features

ucoSpy is designed with the architecture of plug-in. So everyone can write theie plugin to enhance ucoSpy. Acturally, the main function is provied by the plugin CmnWnd.pgx.

All the data are stored in xml format.

Todo list

  • Get the password content from the ie window. (web page in IE is not a normal wnd)
  • Get the detail data of listview and treeview. (since MS has forbidden to get the item data from the other process, we have to use WriteProcessMemory and ReadProcessMemory.)
  • Result report. (with xslt or css to format the xml data)

Tags: , ,