搜索资源列表
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或以后的版本可
hookN
- 国外收集的多个hook代码 Let s talk about kernel and drivers --- --- --- --- --- ----- Author: Holy_Father <holy_father@phreaker.net> / When you see the shadow, think about the light that causes it / Version: 1.0 english Birthday:
mir2.mb
- MIR.DAT窗体结构关键部分: legend of mir2 , TFrmMain | ------>> xxxx , TEdit (密宝编辑框) | ------>> xxxx , TEdit (密码编辑框) | ------>> xxxx , TEdit (帐号编辑框) | ------>> xxxx , TDXDraw (DX绘图控件) MIR.EXE窗体结
HookSys_code_demo
- Win32 API Hooking revealed.详细信息参见如下地址。http://www.codeproject.com/KB/system/hooksys.aspx-Use BHO dealing with Windows/Internet Explorer.
oicqmxl
- //*** *** **** // 作者:∮明天去要饭 // QICQ:305725744 // MSN:kgdiwss@hotmail.com // 黑客编程群:2585270 // Blog:http://blog.csdn.net/kgdiw-//*************// Author: ∮ tomorrow to beg// QICQ: 305725744// MSN: kgdiwss@hotmail.com// programming group of hac
API
- 进程注入API的连接 标题:进程注入/ API的挂接 描述:这表明你2接口连接的技术。内隐联系测验连接和功能调整,还如何在您的代码注入到另一个VB的过程和钩子函数遥。由于离子离子亚历克约内斯库他注射演示。重要的是,你读了读的“注入”目录。 此文件来自星球源Code.com ...家庭数百万行的源代码 您可以查看关于此代码/和或投票在: http://www.Planet-Source-Code.com/vb/scr ipts/ShowCode.asp?txtCodeId=
uc08
- my hook is working but need more help getting it to do what i want
keybrd
- Exemplo legal de Keyboard Hook. http://bl4cksun.org/
tryapihook
- api hook, snipher, http downloader
MagicApiHook
- Delphi Source Code: === === === === === === === ==== Magic Api Hook Engine v1.0 - Date: 2006.04.24 this is a simple all around process api hooker UserMode(Ring3) just for WinNT family By: Magic_h2001 - magic_h2001@yahoo.com Home: http://m
Loader
- 在魔兽中显示文字。类似HF,VS。 详见http://blog.csdn.net/langyanduan/article/details/7337290-Display text in a World of Warcraft. Similar HF, VS.
ZyComHookSample
- IFileOperation COM HOOK代码实例 WIN7系统在explorer.exe中操作文件都是调用IFileOperation COM接口,因此通用方法HOOK Win32 API 如DeleteFile就失去了作用 该实例成功HOOK到了NewItem、RenameItem、RenameItems、MoveItem、MoveItems、CopyItem、CopyItems、DeleteItem、DeleteItems等接口 备注: google您可以找到有关com
SkinSharp
- 最近想玩一下软件界面,百度了半天,发现 SkinSharp 挺强的。可是以前写的好多程序都懒得改源码了,所以想调戏一下 SkinSharp ,在没有源码的情况下,让任何一个 EXE 都可以使用 SkinSharp。本人是很尊重知识产权的,发这个贴子完全是出于技术交流的目的。如果你想使用 SkinSharp 请到官网 http://www.skinsharp.com/htdocs/index.htm 购买。这里玩的 SkinSharp 是1.0.6.6 版的。-Recently want to p
Arrow-S03E13
- Well apparently that link died somewhere along the line, so here s a quick re-upload, for you, or anyone else that needs/wants it: http://www.mediafire.com/download/c9w4hg85nmckrt2/Dual_Core_Fix.7z
httpanalyzer7
- Http Analyzer是一个http,https协议分析工具,用此工具可以非常快速的分析出绝大多数视频博客的视频地址(Http Analyzer is a http, https protocol analysis tool, this tool can be very rapid analysis of the vast majority of video blog video address)
EasyHook 2.6 Binaries
- 最近一段时间由于使用MinHook的API挂钩不稳定,经常因为挂钩地址错误而导致宿主进程崩溃。听同事介绍了一款智能强大的挂钩引擎EasyHook。它比微软的detours好的一点是它的x64注入支持是免费开源的。不想微软的detours,想搞x64还得购买。 EasyHook提供了两种模式的注入管理。一种是托管代码的注入,另一种是非托管代码的注入。我是学习C++的,所以直接学习了例子中的非托管项目UnmanagedHook。里面给了一个简单的挂钩MessageBeep API的示例(D