搜索资源列表
HookImport_src
- Enclosed is MFC source code for a function which can be used to hook any imported function call which your application makes. Since most of the Win32 API is implemented using import functions in dlls, this means that you hook Win32 API calls. This is
managedspy
- ManagedSpy是一个诊断工具,和Spy++类似。它显示受托管的属性,允许你记录事件,并且是一个使用ManagedSpyLib的很好例子。ManagedSpyLib引入了一个称为ControlProxy的类。一个ControlProxy是一个System.Windows.Forms.Control的代表,允许你获得或设置属性并预定事件好似你正在目标进程中运行着一样。使用ManagedSpyLib来做自动化测试,为兼容性做事件记录进程交互通讯,或白盒测试。 -ManagedSpy is a
spy_eye
- the system process spy
sameprocess
- 如果您对IE4.0熟悉的话,你将知道在Internet Settings高级设置中有一个选项:“在新的进程中浏览(英文:Browse in a New Process)”,如果你把它前面的对钩去掉,然后运行IE,并打开任务管理器查看所有进程,你将会发现没有新的IExplorer.exe进程出现。反之,则新的IExplorer.exe进程出现。 当我们需要许多数据在程序实例之间共享的时候,这种能使多个实例运行在同一个进程空间的程序是非常有用的。它的实现很简单,众所周知,启动任何一个应用程
spy&hook
- 可截获windows下各进程的各类消息,可作消息查看之用-windows can be intercepted under the process of the various news sources for use View
SPY.rar
- 内核模式简单实现进程监控,包含创建进程监控与创建线程监控,Simple realization of kernel-mode process monitoring, including the creation process of monitoring and to create a thread monitor
Vb-SPY
- 用VB编的类似与SPY++的程序。 Vb仿SPY获取和查找当前程序句柄。 其中对窗口的操作很值得借鉴。-VB for use with the SPY++ similar to the procedure. Vb like SPY access and find the current process handle. The operation window which is worth learning from.
TestSpy
- 用Visual Studio搞开发的朋友对Spy++这个工具一定不陌生,它可以分析窗体结构、进程和窗口消息,对开发工作有很大辅助作用。我们需要研究某个对象时,只要调出其查找窗口,拖动探测器的指针到指定窗口/控件上释放即可。用VC打造一个属于自己的Spy++。 -Using Visual Studio for development of the Friend of the Spy++ This tool will definitely not unfamiliar, it can analyze
Spy
- 进程查看,非常方便,是看进程的好东东,软件开发过程中必不可少的东东!-The process of viewing, very convenient, is to look at the process of good Dongdong, software essential to the process of developing the East!
spyxx
- spyxx(SPYXX.EXE) 是一个基于 Win32 的实用工具,它提供系统的进程、线程、窗口和窗口消息的图形视图。-spyxx (SPYXX.EXE) is a Win32-based utility, which provides system process, thread, message window and the graphical view window.
NativeDDEexample
- Native C++ (without MFC) DDE basic examples. Does NOT use "DDE spy" method, which means, it supports UNICODE and allows to read/write unlimited bytes in the DDE message. DDE - Primitive method to perform out-of-process call. Can be used to automa
ImiteitSpyPP
- 仿照SPY++写的一个进程线程窗口查看器 欢迎大家下载完善-SPY++ modelled on the written a process thread window viewer Welcome to download is perfect.
Microsoft.Spy
- 窗体句柄,消息,线程,进程查看器。windows api编程工具-tool of view windows handle,message,thread,process,tool of program windows api
Simple-Spy
- VB Simple_Spy枚举进程获取句柄小实例-VB Simple_Spy enumeration process to obtain a handle small examples
ManagedSpy
- 有不少开发者使用Visual Studio® 提供的工具Spy++。使用Spy++,你可以了解一个运行中的应用程序的窗体布局或确定一个导致bug的特定窗体消息。然而,当你创建一 个基于Microsoft® .NET框架的应用程序,Spy++变得不太管用了,因为由Spy++截取窗体消息和类不能与开发者使用或甚至看到的任何事情通信。 开发者真正所想看到的 是被托管的事件和属性值。 本文描述如何使用一个名为ManagedSpy的新工具并且它的关联库Managed
