搜索资源列表
GetPass_Src
- 利用vc++开发的消息钩子,其中钩子使用dll实现的-use vc development of the hook, the hook used to achieve the dll
Keydown
- ExitWindowsEx()在win2000以下直接使用,但在win2000和win2000以上要先改变用户权限 才进行关机功能,里面是利用HOOK实现的关机源码.-ExitWindowsEx (1) The following WIN2000 used directly, but over WIN2000 and WIN2000 first change user privileges before shutdown, there is the realization use HOOK sh
javatodpr
- Javadpr produces a Delphi project file from native methods declared in a Java class file. The project file compiles to a DLL which is used by Java to interact via the Java Native Interface (JNI.)
ScanPass
- 探测密码的VC程序,用全局钩子编写.可以探测出各种密码,限本地使用.-VC password detection procedures used to prepare whole hook. The ability to detect all kinds of passwords, limited local use.
LaunchDLL(数组)
- 主要用于监控IE窗口,能使屏蔽IE的右键,工具栏和菜单的某些操作-mainly used to monitor Internet Explorer window can shield IE right, toolbars and menus of some operations
HookTest2
- vb.net 制作的一个hook程序,用来捕获空格键的输入。 -vb.net produced a hook procedures used to capture the space bar to the admission.
xHook
- 当你在网络上抓到一些数据包,想知道这些包是哪个进程发出来的时候, 怎么办?这个小工具也许能帮一些忙。 这个工具采用的是HOOK进程的winsock API,把一些数据记录下来。-When you caught on the network data packets and would like to know which of these packages is issued to the process, how do? This small tools may be able to
clipboardviewer_demo
- 用HOOK的方式将你的窗口句柄加入到ClipboardChain中,并在剪贴板上的数据改变时将回调你的函数处理。 -used in the way you handle a window into ClipboardChain, and clipboard data on the changes in the callback function to deal with you.
键盘监控
- 完整的键盘监控源码,可以截获中文输入,不可用于非法用途哦!-complete keyboard control source, intercepted the Chinese import, may not be used for illegal purposes Oh!
AdminPass
- windows登录密码截获程序,可以用来截取Windows登录密码,程序为创建windows服务,同时使用钩子对密码进行获得-intercepted procedures can be used to intercept Windows login passwords, procedures for the creation of windows services, and the use of the hook was right password
Dll2Process
- 动态库注入器 1.0 功能:将一个动态库文件注入到一个正在运行的进程内. 应用:通过注入功能,可以实现对一个进程的api hook,比如写一个dll,然后hook socket api,然后注入到你想监视的进程,这样就能够用于网络数据包的分析了 -DLL injector 1.0 features : a dynamic library file is injected into a running process. Applications : by injecting fu
Java问题
- 本设计使用Java语言来实现一个生产者消费者问题,里边有详细的使用说明,可以作为课程设计使用。-use of the Java language designed to achieve a producer consumer issues, along with detailed instructions. can be used as a curriculum design.
黑客程序IE终结者的源代码IEClose
- 黑客程序IE终结者,很好的屏蔽IE广告,并且可以用来查杀木马程序-hacker program IE Terminator, a good shielding IE advertising, and can be used to detect and disinfect Trojans
顏色獲取器_源代碼
- 為方便用photoshop時候寫的小工具 ,獲取鼠標任意點的顏色 ,并取得此顏色的RGB / CYMK /HEX 值 , 還有如何實現透明窗體,是做網頁取色的好工具 , 不過取星號密碼的功能我就沒有加入了,看過很多vb文章都不能取得開啟網頁時候的*號密碼(WIN2K) ,只能通過全局hook實現 ,哪位大哥知道 ,幫忙告知 !感激不禁..Email : pcbate.2@gbmgroup.com.cn-used photoshop to facilitate the time to write
HookWinSpy
- 完整代码,有相当的借鉴意义.利用HOOK得到程序控件信息,星号密码等.小巧稳定-integrity code and has considerable learn. HOOK procedures to be used controls information, asterisk passwords. compact stability
Paladin_demo
- HookAPI is the API SDK that sets up system wide hooks for all windows platforms. It could easily hook 32-bit windows system APIs or 32-bit user-defined DLL. It could be used easily and all you need to do is write a DLL file named mydll.dll or mydll_9
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
TrackUserIdle_src
- The approach used here is really a simple one. We intercept the mouse and keyboard activities of the user by hooking into the OS s mouse and keyboard events using the API SetWindowsHookEx(). It is important to note that the hooks we are installing ar
Snoop2
- snoop2的sdk用与网络编程-snoop2 sdk used with the Network Programming
API500
- 常用500多个windows API函数说明,并含有VB举例的程序代码-used more than 500 windows API function illustrated, containing examples of VB code