搜索资源列表
mhook
- 一个用c语言写的鼠标钩子程序,用钩子在Windows平台捕获鼠标动作。-a language used to write c mouse hooks, and use the hook on the Windows platform capture mouse movements.
flyang_myhook.src.ccrun.387227
- 用C++Builder实现的截包代码Dll是用BCB6写的,主EXE是用C++Builder2006。 -C Builder code of the latest package is BCB6 Dll wrote, EXE is the main C Builder2006.
Sreadwords
- 本程序利用hook实现了屏幕取词的功能,用c++编写
c_api_hook.zip
- NT下的用驱动程序写的截获api函数调用的程序,Under NT driver written using api function call intercepted procedures
MyInject
- 自己用C++写的一个注入进程dll的注入器,经过测试记事本,成功注入-They used to write a C++ dll into the process, the injector, tested Notepad, successfully injected
KB_Hook
- 用C++编写的键盘钩子过程,可以实现全局键盘消息截获,在此基础上做了一个小工具,快速打开应用程序,为平时工作中快速记录提供了方便,当同时按下Alt+F2是就打开excel文件。-In C++ written in the keyboard hook procedure, can achieve global keyboard messages intercepted, on this basis, made a small tool to quickly open applications, f
lg3d
- 学习Windows编程的同志一定要下载这个站长以前用钩子写的修改Windows界面的类似ctl3d.dll的程序,使你的Windows有些奇妙的变化,如给缺省按钮加图标等--Program writed by webmaster which uses hook to modify windows interface similar to ctl3d. It may take some changes in your windows, for example adding icons to sy
C
- 用C语言写的*代码。。欢迎下载学习~-Written in C language using the keyboard logging code. . Welcome to download learning ~
hookqq
- 用C++ 编写的hook 程序,可以用来盗取qq密码-With C++ Prepared hook procedure can be used to steal passwords qq
proj_zl
- windows钩子模拟键盘输入的代码。是用c++ builder写的。-windows hook c++ builder implementation.it simulate keyboard action.
Record
- 用C++实现*的功能,可供初学者参考学习。-In c++ realizing the function, keyloggers for beginners reference.
keyhook
- 封装了键盘钩子 用c++ vs2008实现 -Encapsulates a keyboard hook to achieve with c++ vs2008
mousehook
- c#编写的鼠标钩子,全局可用,.net 环境下可以用-c# mouseHook ,for whole situation
querysoftinfo
- 用c++实现,获取系统中已安装软件信息的代码-Get software installed on your system information c++ to achieve
KeyHook
- 用C#写的一个小程序,主要功能是在游戏中模拟键盘操作,里面用到了全局钩子、消息传递等方面的内容.代码较为简单,适合初学者参考. 使用方法:在盛世三国游戏中按F12,显示程序界面;在游戏中CTRL+Z,根据设置自动使用技能;在游戏中CTRL+S,隐藏友方玩家,再按CTRL+S-A small program written in C#, the main function is to simulate the keyboard operation in the game, which u
Hook_system
- 用C++实现的HOOK源码,代码已通过编译,很不错。-Using the HOOK implemented by C++ source code has compiled, very good.
LocaleEmulator
- 用C山寨的NTLEA, 助于理解ANSI和UNICODE窗口之间是如何转化调用的 NTLEA (NT Locale Emulator Advance),是一个区域及内码转换软件。专门用来解决游戏或软件乱码。尤其是喜欢玩日语游戏的小众读者一定要好好关注此文。 NTLEA 也可以拿来处理乱码的 txt,不过它并不是什么乱码都能处理。假如你收到乱码的邮件想用它来处理的话,有点大材小用了。把你的乱码邮件转发到 Gmail,一般就可以解决。-With C cottage NTLEA,
Process-Stop
- 运行后不能创建进程。包含用 C++语言 写的钩子-Can not create running process. Contains C++ language written hooks
cutcopyrecorder
- 痛点: 1、曾经写好的代码,后面想要重用,不知道去哪找了,搜索了很久,也没找到,再写一遍很抓狂! 2、曾经在crt上敲过的命令,下次想用,history 怎么也找不到,很郁闷! 3、数据开发经常验证问题,但同样的问题下次再次出现时,又需要编写同样的SQL,这时... 解决方法: 监控剪贴板,只要变化了,就写LOG,就存起来,因为很多时候会把代码复制下的, 或者以后养成习惯,经常ctrl+c复制下,下次想找回来只需要在Log中搜索即可 运行方式: 程序运
C++builder键盘钩子源码
- C++builder键盘钩子源码。用hook技术编写,监控键盘输入内容。