搜索资源列表
MenuToChinese
- 利用钩子函数轻松实现应用程序的汉化 :MenuToChineseHook 运行环境:Win 2000/XP;Microsoft Visual C++ 6.0 注意事项: 本程序在Windows2000或XP下均可运行, 共4个文件: MenuToChinese.exe //汉化主程序,首先运行它 MenuToChineseHook.lib //钩子函数的链接库 MenuToChineseHook.dll DemoToChines
antihook_src
- 代码使用Visual C++ 6.0为开发工具,为了使程序小巧灵活,本人使用了WTL而不是MFC实现软件的界面,所以编译源代码需要安装WTL库。WTL库是微软发布的基于ATL构建的工具库,随源代码一起发布,可以从微软网站下载,也可以从http://www,winmsg.com/cn/orbit.htm下载。本程序使用WTL 7.1,应该也可用WTL 7.5。编译WTL程序需要安装微软的Platform SDK,最好是2002年以后的版本,如果使用Visual Studio 2002或以后的版本可
protel_increase
- 说明: 本软件是增强Protel99se鼠标中键功能的工具。 1. 上下滚动滚轮,屏幕缩放相当于PageUp,PageDown的功能 2. 按下滚轮,切换有效图层并刷新相当于小键盘 * 的功能 3. 按住左键拖动器件再按右键可旋转,相当于\"TAB\"的功能 4. 将本软件(含Hook.dll)放到Protel99se安装目录,运行时会自动启动Protel99se 5. 仿照“Protel99se鼠标增强软件”(www.zsmcu.com)设计,因我运行她后用
DLL_LPK
- DLL劫持技术当一个可执行文件运行时,Windows加载器将可执行模块映射到进程的地址空间中,加载器分析可执行模块的输入表,并设法找出任何需要的DLL,并将它们映射到进程的地址空间中。-DLL hijacking as an executable file is run, Windows loader maps the executable module to the process' s address space, executable module loader of the inp
HOOK
- 基于vc++,该程序会自动开机启动,运行后会全屏,屏蔽鼠标和键盘操作,但是按下F2键可退出,属于钩子程序-Based on vc++, the program will automatically boot and run after full-screen, mouse and keyboard screen, but pressing the F2 key to exit, is the hook program
Hook
- vc写的。钩子程序:运行时截获键盘鼠标信息,只有输入正确密码才可回复正常。-vc written. Hook procedure: run-time interception of keyboard and mouse information, only enter the correct password before they can return to normal.
QQDuiDuiPengWaiGua
- 这是朋友制作的简易QQ对对碰*的源码,使用CSharp开发,虽然还不完善,但是从中可以学习到,使用Windows API获取并操作其它程序的方法。为了上传快速,里面没有可执行文件,须重新生成方可运行。-This is a friend made a simple plug-QQ pairs touch the source code, using CSharp development, although not perfect, but you can learn from, use the
KeyBoard
- 记录所有按键信息和按键时当前窗口名称并保存为文本文档; 将按键信息发送至指定邮箱中; 软件可自动运行可自动复制一份到其他路径并随系统自动启动 -Record all key information and key when the name of the current window and save as a text document the key message sent to the specified mailbox software can automa
INJECTPAPIHOOK
- APIHOOK和进程注入的实现源代码,VC可直接编译运行-APIHOOK and processes into the realization of the source code, VC can be directly compiled to run
Farcontrol
- 完全绿色 删除不残留任何文件,无自启动! client端如选择隐藏运行 ,可在任务管理器结束进程 只写了文件管理,和*功能,可以自删除! -Green does not completely remove any residual files, no self-starting! If you choose to hide the client side to run, you can end the process in Task Manager Just write a
proCatcher
- 本应用程序开启后,当运行可执行文件时就会弹出对话框,经过允许方能运行打开的应用程序。-This application is open, when you run the executable file will pop-up dialog box, open applications permission in order to run.
InjLib
- 代码功能:将动态链接库注入已运行的进程 用途: 用于拦截API测试。 程序用于开发api拦截功能的辅助测试用,当开发了一个api拦截应用的时候,需要频繁的注入,卸载于某进程。 本工具可以使得工作更为方便的进行,如可直接启动notepad进程并注入指定的动态链接库(此dll名称写死于代码内 ,但可以很容易的修改成可配置的方式,不过一般没有必要),当然,也可指定进程id来注入 当年做加密保护的时候,API拦截的部分经常需要做此种测试,故有此工具诞生了。 原理:用远程线程方式注
taobao-login
- 淘宝VBS自动登录脚本,也可在按键精灵VBS环境中运行-Taobao VBS automatic login scr ipt can also be run in the Wizard button VBS environment
ManagedSpy
- 有不少开发者使用Visual Studio® 提供的工具Spy++。使用Spy++,你可以了解一个运行中的应用程序的窗体布局或确定一个导致bug的特定窗体消息。然而,当你创建一 个基于Microsoft® .NET框架的应用程序,Spy++变得不太管用了,因为由Spy++截取窗体消息和类不能与开发者使用或甚至看到的任何事情通信。 开发者真正所想看到的 是被托管的事件和属性值。 本文描述如何使用一个名为ManagedSpy的新工具并且它的关联库Managed
keyboard-hook
- 类似按键精灵,可编辑脚本来指导执行内容。单击、双击、左右键、自动运行指定程序-Similar Wizard button, you can edit the scr ipt to guide the implementation of the content. Click, double click, left and right keys, automatically run the specified program. . .
CodeInject
- 代码注入例子,有DLL和例子的代码 代码完整可运行-Code injection example, there are DLL and examples of code
dll注入目标窗口与卸载
- dll注入目标窗口与卸载源码,这个是.cpp文件,改完直接拖进vc可直接运行