搜索资源列表
Inject
- 用一个DLL实现3级跳,注入explorer的方法.
d3d8thk d3d8thk.dll 这是一份dll劫持源码
- d3d8thk.dll 这是一份dll劫持源码,很多*都是通过dll劫持来注入到游戏中,,VS2005编写的,,编译绝对没问题!-This is a dll hijack d3d8thk.dll source, a lot of plug-hijacked through dll to inject into the game,, VS2005 prepared, compiled absolutely no problem!
dll-inject[src]-
- dll注入辅助工具[带源码],做*的必备手段.-dll injection aids [with source], plug the necessary means to do.
inject
- 线程插入explor.exe,启动d-Thread insert explor.exe, start dll
wsHideDLL.zip
- Dll进程注入 一种简单的方法隐藏进程 在dll中运行代码,The simplest ways to hide a process is to have no process Basically what you need to do is place your meaningful code in a DLL, inject that DLL in an inconspicuous process (like Explorer.exe) and run your code. This can
CreateRemoteThread-DLL-Injection
- 一个Visual C++实现的完整的使用CreateRemoteThread的DLL进程注入方案源代码 本文和程序是基于CreateRemoteThread注入DLL的方法上的扩展,修改了以前方法的一些缺陷,并增加了几个功能,与其他文章不同,这里,给出了一个完整的解决方案。包括:1.实现一个遵守微软"Best Practices for Creating DLLs"的DLL动态链接库。2. 注入dll,并可以同时执行这个dll代码。3. 如果注入不成功,给出错误处理并通知用户。 4. 使用C
Inject
- :并不是所有的远程注入都能成功,有时候调用OpenProcess(...)或者WriteProcessMemory(...)函数的时候,会调用失败,调用GetLastError()返回错误码是5,拒绝访问,意思是说你的权限不够,那么网上也有现成的提权的函数,这里面也给大家写了一个,但是随着Windows操作系统的升级,Xp->Vista->7,其安全性也越来越高,所以以前在XpSp2上编写的程序,到Sp3或者Vista上面权限又不够了,所以说提权代码也不是万能的,技术没有止境!-dl
SysHotKey
- | | | 实现原理: | | 锁定 Ctrl+Alt+Del 使用远程线程、代码注入及子类化技术 | | 其它键盘消息使用普通钩子技术 | | | | 本模块向 VB 程序员展示远程线程、代码注入等似乎被列入 | | 只有Delphi、VC程序员才可能使用的技术,同时目前诸多* | | 也同样大量使用这些技术。注入的方式比 Dll 钩入更加隐蔽。 | | 注入后无进程、无文件 -| | | Principle: | | lock Ctr
dll-inject-video
- simple dll injection.Need vbadvance .Also a video
Inject_en
- inject dll into another proce-inject dll into another process
inject
- 一个代理软件必备的dll,一个远程注入的程序,实现注入到第三方程序中,以达到控制、监控第三方程序的作用,本程序只实现注入,其他功能在另一个dll中实现-Three Ways to Inject Your Code into Another Proce
InjectDll
- Dll injector to inject a dll into a running proce-Dll injector to inject a dll into a running process
dll_remotethread_inject
- dll远程注入进程后,自行卸载的源代码 压缩包解压时-dll remote thread inject code
INJ-DLL-IN-PROCESS-ACTIVE
- Inject Dll in active proce-Inject Dll in active process
DLL-Inject
- VB 写的DLL 注入 有DLL 源码 用VB ADvance-VB to write a DLL into the DLL source code with VB ADvance
DLL-inject-EXPLOPER
- DLL注入EXPLOPER的代码.rar,我自己做的,DLL文件注入EXPLORER中的程序。同时,也可以给指定软件名字的软件窗口增加菜单和按钮。-DLL injection EXPLOPER code rar, I do, and DLL files into the EXPLORER in the program. Add menus and buttons, but also can specify the software name, software window.
dll-inject
- DLL injection for delphi
Auto-Inject-Dll-master
- dll注入模板,支持3种方式 远程线程注入 hook键盘注入-dll inject spanel
dll-inject
- 用C++实现将DLL注入到系统的notepad额程序。-dll inject
玩转DLL注入
- 非常简单的注入DLL事例,可以编译运行,(Inject the DLL case, which can be compiled and run.)