资源列表
GetWnd
- 这是一个非常实用的小程序,他可以捕获鼠标所在位置的窗口指针,然后可以对选择的窗口进行置顶、移动、隐藏、显示、最大化、最小化、关闭等操作。-This is a very useful little program, he can capture the mouse pointer to the location of the window, then select the window can be top, move, hide, show, maximize, minimize, close
PE_TLoader
- PE加载器很牛比的,采用pascal 语言编写,能加载任何32位PE文件!-pe laoder hacker!
mousehook
- 一个简单的鼠标钩子才程序,实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中
pwdspy
- PasswordSpy is a program to reveal passwords in other programs. It uses Windows Hooks to inject its code into other processes in order to reveal the password. It works by taking advantage of a security hole in Windows.-PasswordSpy is a program to rev
HookApi
- HooK Api 一个例子,VC6++环境,自己写的,挺好-HooK Api example, VC6++ environment, their own writing, good
KeyBoardHook
- vc键盘钩子应用实例的源码,希望可以对大家有所帮助-vc keyboard hook application example of the source, I hope you can help
get_edit_password
- 该程序演示了,通过安装一个系统的钩子从而劫后用户的输入的信息,来理解钩子的概念,切忌不要用于非法的目的
TestTray
- 系统托盘简单示例程序,初学者很有参考价值
BHOZhiFang
- 主要用于演示BHO程序的开发流程,实现COM的特定接口,并截获浏览器的事件-BHO is mainly used for demonstration program development process to achieve a specific COM interfaces, and intercept the browser' s events
hook
- 鼠标捕获,可以显示捕获的位置,及触发的相关内容信息-Capture the mouse, you can display the location of capture, and trigger the relevant content information
CursorHook
- a simple visual studio project for hook mouse
rewolf.hooklib.v1.0
- Small hook library. It contain three methods of hooking: - IAT hooks - import table hooks, functions are hooked only in one module (IAT owner module) - EAT hooks - export table hooks, functions are hooked for all modules (modules lo