搜索资源列表
ssjpacket
- (这个是在网上搜集的别人的程序,只是用于学习) 这个程序是我的几个研究生去年没事时写的,用的是我写的一些类和函数。ssj这个游戏现在倒闭了,所以我将源代码公布出来。 这些源程序代码全部在VC++ 6.0 + Windows XP下调试通过。因为当时游戏总是更新(防止外挂),这个外挂程序也不得不跟着更新,以便发给注册的用户,所以源代码显得有点乱。不过这几天我将里面重要的函数和模块都做了注释,相信大家如果认真研究,还是能够看得懂的。此外挂程序有下面几个功能: 1。复制装备 2。强
Hook_Windows_API
- 这篇文章是有关在OS Windows下挂钩API函数的方法。所有例子都在基于NT技术的Windows版本NT 4.0及以上有效(Windows NT 4.0, Windows 2000, Windows XP)。可能在其它Windows系统也会有效。 你应该比较熟悉Windows下的进程、汇编器、PE文件结构和一些API函数,才能明白这篇文章里的内容。 这里使用\"Hooking API\"这个术语表示对API的完全修改。当调用被挂钩的API时,我们的代码能立刻被执行。我将写下完全
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:
微软研究院的开发包
- 可以拦截特定进程api的微软开发包1.5, 里面有微软的源代码,和我做的2个测试例子,1个是把dll注入进程中,1个是dll和应用程序同时启动。-can intercept specific process api Microsoft Development Kit 1.5, which has Microsoft's source code, and I made two of the test case, an injection is dll process, a yes dll
hook
- 钩子注入程序的源代码,在winxp和win7下调试通过。-Hook into the program' s source code, winxp and win7 through debugging.
Prevent_Loadhook
- 阻止全局钩子的加载.使用了微软的Detours库进行API拦截。如果只是为了拦截一个函数,使用Detours好像有点儿浪费。本程序不使用Detours库,直接对LoadLibraryExW函数进行拦截。-Hook to prevent the loading of the overall situation. The use of Microsoft' s Detours library to intercept API. If only in order to intercept a f
HookToolsrc
- 前两天有个朋友想让我帮做个ApiHook的东西,公司的网较慢,只能搜国内网站,结果搜了n个没有完整原代码,极度郁闷,现转一个codeproject的原代码,以后也方便自己下载使用。 说明一下,这个代码在CodeProject有下,代码我大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部
HookKeyboardVB9
- 智能提示是一个程序员最好的朋友。当框架太大难于记忆背诵,智能提示可以方便的管理要找到的东西。该程序可以将您自己的代码和XML的评论通过智能提示扩展到在Visual Studio 8和9中 。-Intellisense is a programmer' s best friend. The framework is too big to memorize, but Intellisense can make finding things manageable. Extend Intellis
09HookDemo
- hook api的源代码 非常适合初学者 适合在xp早期版本下运行-hook api' s source code is very suitable for beginners suitable for running under an earlier version of xp
09HookTermProApp
- hook api的源代码 非常适合初学者 适合在xp早期版本下运行-hook api' s source code is very suitable for beginners suitable for running under an earlier version of xp
09KeyHookApp
- hook api的源代码 非常适合初学者 适合在xp早期版本下运行-hook api' s source code is very suitable for beginners suitable for running under an earlier version of xp
09HookTermProLib
- hook api的源代码 非常适合初学者 适合在xp早期版本下运行-hook api' s source code is very suitable for beginners suitable for running under an earlier version of xp
CaptureColor
- C鼠标钩子获取桌面颜色并放大图像的源代码,希望对大家有用-C mouse hook to get the desktop color and enlarge the image' s source code, we hope to be useful
CASTest
- window API的HOOK的应用代码,其中包含了APIHOOK的介绍和代码的分类详解,大体的框架已经成熟-HOOK window API' s application code, which contains the descr iption and code APIHOOK Detailed classification, general framework has been matured
HOOK_Process32Next
- .版本 2 HOOK_Process32Next.停止Hook () 返回值 = api_Process32Next (hSnapshot, lppe) 原进程名 = 指针到文本 (lppe + 36) 实际应用中 换用效率高的代码 输出调试文本 (原进程名) 新进程名 = “yinkirby” 写到内存 (新进程名, lppe + 36, ) 实际应用中 换用效率高的代码 HOOK_Process32Next.开始Hook () 返回 (返回值) -.
BbuIkSFUU
- 代码是用来实现使用AfxMessageBox消息对话框的vc代码,很好,初学者的福音-The code is used to achieve the vc to use AfxMessageBox news dialog box code, very good beginner' s Gospel