CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - Dll注入

搜索资源列表

  1. InjectNoDll

    0下载:
  2. 无DLL的注入方法 是学习注入很好的入门例子-No DLL injection is a good entry into the case study
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:1495792
    • 提供者:梁小华
  1. NoCtrl+Alt+Del

    0下载:
  2. no Ctrl+Alt+Del 注入dll文件到进程-no Ctrl Alt Del inject dll files to the process of
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-22
    • 文件大小:409581
    • 提供者:myname
  1. PEmodify

    0下载:
  2. 修改PE,添加一个输入表项,能够实现DLL的注入-To modify PE, add an input entries can achieve DLL injection
  3. 所属分类:Scanner

    • 发布日期:2017-11-10
    • 文件大小:58258
    • 提供者:seanzbzhang
  1. InjectDLLTest

    0下载:
  2. 一个注入DLL文件 的实例。可以用来挂钩系统。-A DLL file into the examples. Can be used to link the system.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:4215
    • 提供者:云儿
  1. zhuruDLL

    0下载:
  2. 注入DLL的源代码,可以应用在外挂内挂制作中,有一定程度的防封-Injected DLL' s source code, can be applied to the production of plug-in peg, has a certain degree of anti-seal
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-23
    • 文件大小:15220
    • 提供者:多萨
  1. BackDoorDll

    0下载:
  2. vc后门dll代码,简单注入程序,sdk开发,功能相对简单些-vc backdoor dll code, a simple injection procedure, sdk development
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:29883
    • 提供者:zer0neo
  1. InjectDll

    0下载:
  2. 将一段数据注入到一个动态链接库中,程序会在动态链接库中新增一个section来存放注入的数据。-To inject a piece of data to a dll, the program will add a section in the target dll and fill it with the injecting data.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:224326
    • 提供者:zhouxu
  1. dllzhuru

    0下载:
  2. 远程注入DLL方法有很多种,也是很多木马病毒所使用的隐藏进程的方法,因为通过程序加载的DLL在进程管理器是没有显示的.-Remote DLL Injection There are many ways, is also used by many Trojan hidden process, because the DLL loaded by the program manager in the process is not shown.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:94943
    • 提供者:lsenfk
  1. NOShutDownOFF

    0下载:
  2. ring3下通过陷阱式,向进程winlogon.exe注入DLL,截取ExitWindowsEx消息-ring3 through the trap-style, into the winlogon.exe process DLL, the interception of ExitWindowsEx message. .
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:664333
    • 提供者:洋洋
  1. zhur

    1下载:
  2. exe 直接 注入EXE 内存直接加载exe数据,DLL数据等等 任意注入
  3. 所属分类:Windows Kernel

    • 发布日期:2016-01-22
    • 文件大小:3725312
    • 提供者:黄将
  1. Processinjection

    0下载:
  2. C++实现的远程线程注入DLL,可以卸载-Remote thread into the DLL
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:31569
    • 提供者:Wilder
  1. qmPlugin

    0下载:
  2. 按键精灵的一个插件 注入汇编,实时获取动态内存地址,原理是:将一行指令改成 jump addr, 然后再新的addr处理,最后跳回。 具体代码在JYplugIn里,外围代码是编译插件所必须的,编译结果为dll。 原创,转载注明出处...上传几个我自己的源码都被人上传过了,-Wizard button, a plug-in into the compilation of real-time access to dynamic memory address, the principle
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-22
    • 文件大小:7003972
    • 提供者:yansword
  1. InjectDll

    0下载:
  2. r3下面,往exe里面注入dll,适合绝大多数可执行文件-NO ENGLISH
  3. 所属分类:系统编程

    • 发布日期:2013-01-06
    • 文件大小:3443467
    • 提供者:张里
  1. LdrLoadLibary

    3下载:
  2. 利用驱动注入DLL 目前过所有保护 可以过HP HS TP XP HP等一起保护 慎用-Use drive into DLL at all HP HS TP XP protection can live together with HP protection
  3. 所属分类:系统编程

    • 发布日期:2013-11-02
    • 文件大小:143983
    • 提供者:mulin
  1. remote-inject

    1下载:
  2. 远程线程注入木马c++代码。远程线程插入(注入)技术指的是通过在另一个进程中创建远程线程的方法进入目标进程的内存地址空间。将木马程序以DLL的形式实现后,需要使用插入到目标进程中的远程线程将该木马DLL插入到目标进程的地址空间,即利用该线程通过调用Windows API LoadLibrary函数来加载木马DLL,从而实现木马对系统的侵害。 -Remote thread injecting Trojan c++ code. Remote thread injection ( injectio
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-14
    • 文件大小:45927
    • 提供者:陈嘉
  1. Other-Iniect

    0下载:
  2. 别类的的注入方法实现 (解析PE结构写入目标DLL)-othe inject HOOK
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:4222
    • 提供者:任晓枫
  1. Remote

    0下载:
  2. dll的简单注入,可以获取当前进程的id号-dll simple injection, you can get the current process id number
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-28
    • 文件大小:11151853
    • 提供者:wa
  1. Inject

    0下载:
  2. 这是一个远程注入的完整代码,我用它来注入我写的完美的DLL文件。-This is a remote injection of complete code, I use it to inject my writing perfect DLL files.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1003
    • 提供者:wmk
  1. remote-injecDLL

    0下载:
  2. 远程注入DLL,C++源代码,可以编译,绝对无病毒,供大家学习研究-Remote injected DLL, C++ source code can be compiled, absolutely no virus, for your study
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3541014
    • 提供者:xxyiyi
  1. Projects

    0下载:
  2. 使用createprocess注入DLL的实例!-Use createprocess inject instances of the DLL!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-13
    • 文件大小:20386850
    • 提供者:huangshenghao
« 1 2 3 4 56 »
搜珍网 www.dssz.com