搜索资源列表
MenuToChinese
- 利用钩子函数轻松实现应用程序的汉化 :MenuToChineseHook 运行环境:Win 2000/XP;Microsoft Visual C++ 6.0 注意事项: 本程序在Windows2000或XP下均可运行, 共4个文件: MenuToChinese.exe //汉化主程序,首先运行它 MenuToChineseHook.lib //钩子函数的链接库 MenuToChineseHook.dll DemoToChines
HookTo
- 钩子试验程序,可作为学习的例子,拷贝获取-hook testing procedures, can be used as examples to study, copy acquisition
MyCopyHook
- 用文件拷贝钩子实现文件夹的监控 BCB 开发 -hook with paper copy files folder monitoring BCB Development
CopyHookService.rar
- 用拷贝钩子实现对文件的监视,包括对文件的移动、删除、复制等,用到的是ICopyHook这个COM接口,Hook used copy of the document to achieve the surveillance, including the movement of files, delete, copy, etc. is used in the COM interface ICopyHook
CopyHook_src.zip
- file copy hook source,file copy hook source
Hook
- 全局键盘钩子,双击Ctrl能弹出或隐藏制定的窗口,像Google桌面搜索一样。 使用方式:先在工程文件中设置Hook.lib路径,并复制Hook.dll文件到工程目录下。然后调用SetHook(HWND hwnd)注册钩子。-Global keyboard hook, double-click or Ctrl to hide the development of the pop-up window, the same as Google Desktop Search. Used: fi
shell_ext_delphi_copyhook
- 拷贝钩子监视文件夹,复制,剪切,删除,重命名等操作。-Copy Hook Wacth system,copy,cut,post,reName
chat
- 需要先编译动态库hook,然后将hook.dll和hook.lib拷贝到capture的debug目录下-Need to compile the dynamic libraries hook, and then copy hook.dll and hook.lib to capture the debug directory
SSStarText
- ShadowStar StarText Copyright (C) shadowstar, all rights free. 用两种钩子方式实现的鼠标取星号密码的程序,也可以用来取窗口中的文字以便复制。-ShadowStar StarText Copyright (C) shadowstar, all rights free. By means of two hook mouse asterisk password check procedure can also be used to
MyCopyHook
- 这是用C++写的一个用于创建拷贝钩子的COM接口处理程序,它可以决定文件夹或打印机是否允许被移动、拷贝、重命名或删除等。有源码说明。-This is a C++ to write with a hook used to create copies of procedure of the COM interface, it can decide whether folders or printers have been allowed to move, copy, rename, or delet
HookIATDll
- hook windows Api函数,控制文件的打开,删除,复制。-hook windows Api function, control file open, delete, copy.
green
- 绿光抓包器.本程序只钩挂了"send","sendto","recv","recvfrom"这4个函数,WSAsend等不钩挂, 因为是用API钩子写的抓包程序,而且小弟也是菜鸟,难免有BUG。源代码可以任意修改和发布。 你改得好的话请给我一份。小弟感激不尽。-Ethereal green device. This procedure is only hook the " send" , " sendto" , " recv" , &quo
shizhishujubaowenjian
- 一个关于c语言数据包的源码,里面的内容可以直接复制-A packet on the c language source code, which can directly copy the contents of
green
- 运行主程序,然后在要抓包的游戏或者程序里面按小键盘的星号键呼叫。 然后点“开始”,就可以抓包了,点“停止”是停止抓包,回到游戏点“关闭本窗口”, 在在上面的筐筐里面可以写上保存的文件名,一般是TXT文件,要打完整的路径和名字 否则出错,退出前一定要点“释放本窗口”,不然会出错。再有就是有些游戏会无发呼叫本窗口。 本程序源代码BCB 5.0通过。 本程序只钩挂了"send","sendto","recv","recvfrom"这4个函数,WSAsend等不钩挂, 因为是
MyCopyHook.534045
- 一个C++拷贝钩子COM接口实例,很不错的demo-A copy of C++ COM interface instance hook, very good demo!!
XueTr
- 1.进程、线程、进程模块、进程窗口、进程内存信息查看,热键信息查看,杀进程、杀线程、卸载模块等功能 2.内核驱动模块查看,支持内核驱动模块的内存拷贝 3.SSDT、Shadow SSDT、FSD、KBD、TCPIP、IDT信息查看,并能检测和恢复ssdt hook和inline hook 4.CreateProcess、CreateThread、LoadImage、CmpCallback、BugCheckCallback、Shutdown、Lego等Notify Routine信息查
FileGuard-safe-hook
- 文件过滤驱动,File filter driver intercepts file functions include copy, move, Read, Write, and get the file information, and so on. -File system driver.-File filter driver intercepts file functions include copy, move, Read, Write, and get the file informat
Capture-hook
- 一个可以实现屏幕抓图的小程序。 需要先编译动态库hook,然后将hook.dll和hook.lib拷贝到capture的debug目录下- One can achieve a small screen capture program. You need to compile the dynamic library hook, then hook.dll and hook.lib copy to capture the debug directory
Copy-network-communication-source
- 一个模仿网络通信测试用的软件。。。用来学习注入式钩子的程序-An imitation test network communication software... Used to study injection type hook procedure
PowerDllHook
- 最有效的DLL HOOK 参考改进于aheadlib.用法:先载入选择好的动态库,然后 选择好代码生成选项。按输出选项的生成项目,可 以选择输出为VC6或BCB6工程文件,将自动生成项 目文件夹到以动态库名字命名的子目录并生成所有 文件并拷贝原始动态库到此目录 后续版本将加入自定义拦截函数,自自定义接口拦 截 自动获取动态库函数参数,拦截信息参数输出,自 动编译,运行并输出拦截信息功能(The most effective DLL HOOK reference improves on ahea