搜索资源列表
开机自动运行进程注入器
- 自己写的一个进程注入器,可以设置或者取消开机自动运行,将自身注入到某一系统或用户程序中,隐藏自己,可以跳过防火墙等的拦截
C#进程注入
一份功能极其强大的远程进程注入程序
将DLL注入到其他进程中
- 一个进程隐藏的程序-a hidden process procedures
apihooktool
- 近日由于需求问题,需要写一个 API Hook 相关的东西,温习了一下牛写的《Windows 核心编程》,做了一个小工具,用来将自定义的 Dll 注入进程空间,并钩住指定 API 函数,关于注入和钩 API 的代码,牛的书里和配套光盘中已经有了,这里主要介绍如何使用这个小工具方便实现截获 API 的功能。(补充代码)-recent demand, the need to write an API Hook related things,
微软研究院的开发包
- 可以拦截特定进程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 injec
jinchengdll
- 将DLL注入到其他进程中的源程序,可以找点灵感,写些个无后门,无启动项的坏家伙出来!-to other DLL injection process to the source code, can find a point of inspiration, write out the back door without, without launching point out the bad guy!
一个远程进程注入工具
- 一个远程进程注入工具,挺好用 是用VC做的 还不错大家看看吧-a remote injection process tools, is very good with the VC also do good we look at it
ssjpacket
- (这个是在网上搜集的别人的程序,只是用于学习) 这个程序是我的几个研究生去年没事时写的,用的是我写的一些类和函数。ssj这个游戏现在倒闭了,所以我将源代码公布出来。 这些源程序代码全部在VC++ 6.0 + Windows XP下调试通过。因为当时游戏总是更新(防止外挂),这个外挂程序也不得不跟着更新,以便发给注册的用户,所以源代码显得有点乱。不过这几天我将里面重要的函数和模块都做了注释,相信大家如果认真研究,还是能够看得懂
进程注入器
- 一个远程注入动态连接库的程序,也可以卸载模块-a remote DLL injection procedures can also uninstall module
HookMessagebox
- 这是一个Hook windowsAPI 的例子。 本DLL是HOOK windows的messagobox函数 并将应用程序中调用messagebox函数弹出的对话框的样式修改了一下!修改后的对话框效果见源代码里的效果图!在release目录里自带一个将dll注入进程的程序!-Hook windowsAPI example. The DLL is the messagobox HOOK windows function will
apihooktest2
- 一、前言 前一段时间发表了一篇文章 “Hook API 工具”,没有附带主程序的源代码,这几天翻出来代码加了些注释,现在补上。不过大家还是最好看看牛的书,书上讲解很详细。 二、对代码的简单说明 总共3个工程,1个主程序,1个HookDll, 1个例子Dll。主程序负责启动进程,并将 HookDll 注入。还有一些额外的功能,比如显示 Log, 例子Dll的信息,导出函数等,HookDll 在 DllMain
postkill
- system权限下,创建远程线程将dll注入用户进程,以用户身份发送消息。此例对指定程序发送一个WM_QUIT消息。专用来使防火墙类程序正常退出。传递参数使用注册表实现。-system authority, the creation of dll threaded remote users into the process, to send user information. Such cases to send a designate
jczrq45634
- 进程注入器 -process injector process injector with injection proce
RemoteDLL
- 一个C++源码,可以远程注入进程,还挺好用。-A C++ source code, you can remote into the process, quite easy to use.
MyWgDemo
- 外挂模型,含注入进程,热键呼出隐藏功能.-Plug-in model, with injection process, hidden functions hotkey exhaled.
gouziDLL
- 安装DLL钩子源码,用来注入进程所用,做外挂用-Installation DLL hook source, used for injection process
zhurumokuai
- 注入进程模块加例程,模块_注入进程.ec,注入.d-Add routines into the process module, the module _ injection process. Ec, injection. Dll
注入进程,拦劫封包
- HOOK SOCKET 注入进程,拦劫封包
远程注入进程_下载器
- 远程注入进程_下载器,功能强大,使用简单。(Remote injection process _ Download)
将代码注入到进程中并运行
- 易语言注入进程源码例程程序调用API函数打开进程内存,将代码注入到进程中并运行。 本易语言源码例程属于易语言高级教程。(The source code routine program of the easy language injection process calls the API function to open process memory, inject the code into the process and run.