CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - dll injection

搜索资源列表

  1. CreateRemoteThread-DLL-Injection

    1下载:
  2. 一个Visual C++实现的完整的使用CreateRemoteThread的DLL进程注入方案源代码 本文和程序是基于CreateRemoteThread注入DLL的方法上的扩展,修改了以前方法的一些缺陷,并增加了几个功能,与其他文章不同,这里,给出了一个完整的解决方案。包括:1.实现一个遵守微软"Best Practices for Creating DLLs"的DLL动态链接库。2. 注入dll,并可以同时执行这个dll代码。3. 如果注入不成功,给出错误处理并通知用户。 4. 使用C
  3. 所属分类:Other windows programs

    • 发布日期:2014-04-15
    • 文件大小:133.32kb
    • 提供者:li
  1. manbumoli

    1下载:
  2. 漫步魔力反挂程序源码,可有效防止dll注入。私服需要-Walk through the magic anti-linked program source code, can prevent the dll injection. PW required
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-10
    • 文件大小:1.99mb
    • 提供者:101101
  1. DLL-EXEOK

    0下载:
  2. 能对各进程进行DLL注入,主要调试用,进程任意选,DLL任意选。很方便的小工具。-Can on the process DLL injection, mainly for debugging, the process of random selection, DLL arbitrary election. Very convenient gadget.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:547.33kb
    • 提供者:黄瑶
  1. injectthread

    0下载:
  2. 演示三种代码注入的方式。hook 注入,远程注入,dll注入。对研究病毒和*的人很有帮助-Demonstration of three types of code injection approach. hook into the remote injection, dll injection. The study of virus and the people very helpful plug-ins
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:77.63kb
    • 提供者:公鸡
  1. dll-inject-video

    0下载:
  2. simple dll injection.Need vbadvance .Also a video
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-26
    • 文件大小:8.7mb
    • 提供者:ntaryl
  1. PuttyHijackV1.0

    0下载:
  2. http://www.insomniasec.com hijack putty connection via dll injection
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:28.94kb
    • 提供者:weird
  1. 11Firewall

    0下载:
  2. 本程序是基于Windows API与Hook技术以及注入DLL的方式写的网络防火墙程序,可以拦截网络数据。-This program is based on the Windows API and DLL injection Hook technology, and a way to write a network firewall program that can intercept network data.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:103.1kb
    • 提供者:张杨
  1. DLL

    0下载:
  2. DLL注入一例,将DLL注入任一程序的运行空间。-DLL Injection 1 cases, the DLL into either a program running space.
  3. 所属分类:Hook api

    • 发布日期:2017-04-09
    • 文件大小:1.19mb
    • 提供者:阳光剑客
  1. dll-injection

    1下载:
  2. dll注入的一个实现例子,可以从A进程将DLL注入到B进程-an implementation example of dll injection
  3. 所属分类:系统编程

    • 发布日期:2012-11-23
    • 文件大小:1.94mb
    • 提供者:尹斌
  1. dll

    1下载:
  2. DLL注入模块,用于写*注入游戏,DNF游戏入注模块使用-DLL injection module for writing plug-in into the game, DNF games into the injection module
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-03
    • 文件大小:1.23kb
    • 提供者:黄水明
  1. DLL-injection-example

    1下载:
  2. 易语言 注入DLL示例 易语言 注入DLL示例-Easy DLL injection example language
  3. 所属分类:Windows编程

    • 发布日期:2017-04-03
    • 文件大小:18.36kb
    • 提供者:741852117
  1. dll-injection

    0下载:
  2. dll注入易语言的源码。很好用的,多功能-DLL injection easy language source. Nice, multi-function
  3. 所属分类:assembly language

    • 发布日期:2017-11-15
    • 文件大小:1.19kb
    • 提供者:谢文凯
  1. dll-injection

    0下载:
  2. dll注入,还能通过进程名获取进程id,用VC能打开-dll injection, but also by the process name to get the process id
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:1.83mb
    • 提供者:kasen
  1. DLL-injection

    0下载:
  2. dll注入: 所谓DLL注入就是将一个DLL放进某个进程的地址空间里,让它成为那个进程的一部分。要实现DLL注入,首先需要打开目标进程。-dll injection: the so-called DLL injection is a DLL into the address space of a process, let it be a part of that process. To achieve DLL injection, you first need to open the tar
  3. 所属分类:ELanguage

    • 发布日期:2017-11-15
    • 文件大小:1.35mb
    • 提供者:曹麟
  1. anti-DLL-injection

    1下载:
  2. 易语言防DLL注入, API_GetProcAddress (API_GetModuleHandle (“kernel32.dll”), “LoadLibraryA”)-easy language anti DLL injection
  3. 所属分类:ELanguage

    • 发布日期:2017-11-29
    • 文件大小:10.91kb
    • 提供者:王文
  1. DLL-Injection-methods

    0下载:
  2. DLL注入的方法及通讯(LoadLibrary 全局钩子、呼出 全局钩子、消息 任意窗口置顶[应用实例])-DLL injection methods and communication (LoadLibrary global hooks, exhaled global hooks, arbitrary message window set-top [applications])
  3. 所属分类:Communication

    • 发布日期:2017-06-17
    • 文件大小:25.08mb
    • 提供者:OllyICE
  1. dll-injection

    0下载:
  2. dll注入易语言的源码。很好用的,多功能-DLL injection easy language source. Nice, multi-function
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1.28kb
    • 提供者:guosonl
  1. dll-injection

    0下载:
  2. dll注入易语言的源码。很好用的,多功能-DLL injection easy language source. Nice, multi-function
  3. 所属分类:Game Program

    • 发布日期:2017-04-10
    • 文件大小:1.44kb
    • 提供者:helau
  1. Block-DLL-Injection-cplusplus

    0下载:
  2. hwo to block dll injection in c-hwo to block dll injection in c++
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:1.05kb
    • 提供者:normaluser
  1. DLL-injection-master

    0下载:
  2. DLL 注入代码例子,向程序注入一个代码-DLL injection code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-13
    • 文件大小:2.88mb
    • 提供者:Boreas
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com