Welcome![Sign In][Sign Up]
Location:
Search - spy-windows

Search list

[Windows DevelopControl Spy Source.rar

Description: 一些MicroSoft Windows控件的建立與使用範例
Platform: | Size: 1055297 | Author: | Hits:

[ScannerSpy++ 7

Description: SPY++ 7.1 繁体中文版本 用来监测视窗讯息与状况 对于了解视窗运作与 Windows Message 传递 非常有帮助-SPY 7.1 Traditional Chinese version of Windows messages used to monitor the status and understanding of the Windows operating with Windows Message transmission has been very helpful
Platform: | Size: 1118105 | Author: abcd | Hits:

[Hook apiDelphiWindowSpy

Description: Spy windows use delphi
Platform: | Size: 2370 | Author: xiong | Hits:

[OS programspy

Description: windows 消息监视小程序,可以监视进程窗口的消息,非常不错。 vc6.0里提供有的,这里是源码
Platform: | Size: 269299 | Author: 19869142 | Hits:

[Hook apispy&hook

Description: 可截获windows下各进程的各类消息,可作消息查看之用-windows can be intercepted under the process of the various news sources for use View
Platform: | Size: 271678 | Author: wxs715 | Hits:

[Windows DevelopControl Spy Source

Description: 一些MicroSoft Windows控件的建立與使用範例-MicroSoft Windows controls some of the establishment and use of examples
Platform: | Size: 1055744 | Author: 林正旺 | Hits:

[Windows Develop编写一个类Spy++的搜索窗口程序 findwindowsource

Description: 一个类Spy++的搜索窗口程序 -a category search window procedure
Platform: | Size: 54272 | Author: 姜志军 | Hits:

[Multimedia programSPY_filter

Description: Most good object, DirectShow Filter modify from transform filter can spy all media type by hook KSEevent .
Platform: | Size: 46080 | Author: Rabit | Hits:

[Hook apispy&hook

Description: 可截获windows下各进程的各类消息,可作消息查看之用-windows can be intercepted under the process of the various news sources for use View
Platform: | Size: 271360 | Author: wxs715 | Hits:

[Windows Developspy1

Description: 用于监视Windows所有窗口的程序,程序简洁实用,特好!-Spy all the window in Windows.
Platform: | Size: 276480 | Author: 刘奎 | Hits:

[ICQ-IM-ChatQQSpy

Description: 一、思路分析   (一) 数据包的角度 (二) 钩子角度 1. 钩子简介 2. 程序流程 ; 二、 实现过程   (一) 定义宏   (二) 枚举进程找到QQ.exe   (三) 枚举所有窗口,找属于QQ.exe的窗口   (四) 获取用户名、密码、登陆按钮的句柄   (五) 创建钩子用的DLL   (六) 安装钩子-a thinking, analysis (1) the perspective of data packets (2) a point of the hook. Hook Introduction 2. Program flow; Two, the implementation process (1) definition of Acer (2) enumeration process to find Commander (3) Enumerate all the windows, looking for belonging to Commander the window (4) access to the user name, password, landing a handle button (5) the creation of the hook of DLL (6) Installation of the hook
Platform: | Size: 72704 | Author: 啊东 | Hits:

[Windows Developmanagedspy

Description: ManagedSpy是一个诊断工具,和Spy++类似。它显示受托管的属性,允许你记录事件,并且是一个使用ManagedSpyLib的很好例子。ManagedSpyLib引入了一个称为ControlProxy的类。一个ControlProxy是一个System.Windows.Forms.Control的代表,允许你获得或设置属性并预定事件好似你正在目标进程中运行着一样。使用ManagedSpyLib来做自动化测试,为兼容性做事件记录进程交互通讯,或白盒测试。 -ManagedSpy is a diagnostic tool, and Spy similar. It shows hosted by the attributes allow you to record the incident, and is a very good use of examples ManagedSpyLib. ManagedSpyLib introduction of a category known as the ControlProxy. One is a ControlProxy System.Windows.Forms.Control representatives, or to allow you to set properties and scheduled events like your goal is the process of running the same. ManagedSpyLib make use of automated testing for compatibility process so recorded interactive communications, or White Box.
Platform: | Size: 423936 | Author: 杰子 | Hits:

[ExploitS0P0Y0

Description: LIBRARY fivedll DESCRIPTION Spy password input Hook DLL, by netcom@163.net EXETYPE WINDOWS EXPORTS SpyGetMsgProc @2 SpyCallWndProc @3 -LIBRARY fivedll DESCRIPTION Spy password input Hook DLL, by netcom@163.net EXETYPE WINDOWS EXPORTS Spy GetMsgProc SpyCallWndProc @ 2 @ 3
Platform: | Size: 77824 | Author: 林子 | Hits:

[Windows DevelopKeyboardMessage

Description: Winapi编写的Windows消息跟踪的程序,消息跟踪就是VC++里的SPY++一样。-Winapi prepared by the Windows Message tracking procedures, tracking information is SPY VC's the same.
Platform: | Size: 37888 | Author: 刘铁 | Hits:

[Hook apiDelphiWindowSpy

Description: Spy windows use delphi
Platform: | Size: 2048 | Author: | Hits:

[OS programspy

Description: windows 消息监视小程序,可以监视进程窗口的消息,非常不错。 vc6.0里提供有的,这里是源码-windows source surveillance of small procedures, the process window can monitor the news, very good. provide vc6.0 Yes, here is the source
Platform: | Size: 269312 | Author: 19869142 | Hits:

[assembly languagespyxx

Description: It may analyze the window structure, the advancement and the window news, has the very greatly auxiliary function to the development work. When we need to study some object, so long as assigns out its search window, drives the detector the indicator to assign the window/to control on to release then. Under, the author on and everybody same place, makes with VC to belong to own Spy++.
Platform: | Size: 137216 | Author: fant | Hits:

[VC/MFCHook

Description: Windows消息在系统及应用程序的运行中起着关键的作用,每一次键盘、鼠标的点击 都会有消息的传递,应用程序通过对消息的响应来实现与用户的交互。钩子(Hook)函数作为Win— dows编程中的一种强有力的工具,可以有效地截获Windows系统内部传递的消息,在消息到达目标窗 1:7的处理函数之前先对消息做出相应处理,从而实现对应用程序的监视与控制。文中描述了Windows 消息的构成,介绍了Hook函数的安装、释放及类型,最后介绍了一个Hook函数实现应用程序操作的 捕捉的实例。-Windows messages in the system and applications running in a critical role to play, every keyboard, mouse clicks, there will be transmission of messages, the application of information in response to realize the interaction with the user. Hook (Hook) function as a Win-dows of a powerful programming tool that can effectively pass intercepted Windows system information in the message window to reach the goal of treatment 1:7 function before treatment of the news and make the corresponding in order to realize the application of surveillance and control. The article describes the Windows message composition, introduction of the Hook function to install, release and type, and finally introduce a function realize Hook applications to capture examples of the operation.
Platform: | Size: 183296 | Author: jiny | Hits:

[Windows Developspy

Description: Spy++ 是一个基于 Win32 的实用工具,它提供系统的进程、线程、窗口和窗口消息的图形视图.-Spy++ is one based on the Win32 practical tool, it provides system s advancement, the thread, the window and the window news graph view.
Platform: | Size: 2882560 | Author: sxfyyzandy | Hits:

[Process-Threadspyxx-vb

Description: SPY++, 获取窗口及进程信息的工具. 这是SPY++ 2.0 的VB版源码.-The Source code of Spy++, it s a powerful tool which can get information about the windows and the tasks or threads. This is it s VD version of source code.
Platform: | Size: 18432 | Author: CMonk | Hits:
« 12 3 4 »

CodeBus www.codebus.net