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

搜索资源列表

  1. SevenElevate

    0下载:
  2. 远程线程插入(注入)技术指的是通过在另一个进程中创建远程线程的方法进入目标进程的内存地址空间。将木马程序以DLL的形式实现后,需要使用插入到目标进程中的远程线程将该木马DLL插入到目标进程的地址空间,即利用该线程通过调用Windows API LoadLibrary函数来加载木马DLL,从而实现木马对系统的侵害-Remote thread into the (injection) technology refers to the process by another method of c
  3. 所属分类:Hook api

    • 发布日期:2017-05-27
    • 文件大小:9997276
    • 提供者:mralex
  1. CSharpDLLInject

    1下载:
  2. 使用C# 调用kernel32.dll对指定进程加载的各个DLL文件进行注入。-Call kernel32.dll using C# to load the specified process for each DLL file into the.
  3. 所属分类:CSharp

    • 发布日期:2014-04-22
    • 文件大小:48128
    • 提供者:fairyeye
  1. Windows-core-programming

    0下载:
  2. 长销不衰的Windows编程经典   权威力作 再度新鲜亮相   名著名译 彰显经典魅力   深刻剖析底层实现机理   直击Windows编程精髓   Windows核心编程(第5版)针对Windows XP,Windows Vista和Windows Server 2008全面修订。主题广泛,内容丰富,讲解深入而精辟。透过这本Windows编程经典,我们可以在专家的悉心指导下,洞悉Windows编程精华,深入了解高级编程技巧,编写出高性能的Windows应用程序。
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-17
    • 文件大小:26989987
    • 提供者:王帆
  1. InjectDll

    0下载:
  2. 本程序是一个远程注入的程序,将要注入的DLL拷贝到当前目录下,运行程序在控制台输入宿主进程名和注入的DLL名-This program is a remote injection procedure, the copies of the DLL to be injected into the current directory, run the program in the console to enter the host process name and injected DLL name
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2423715
    • 提供者:LONG
  1. Pffiilemonu

    0下载:
  2. 纯汇开发的,主要拦截KERNEL32.DLL中的OpenFile、CreateFileA、CreateFileW、ReadFile、 ReadFileEx、WriteFile、WriteFileEx、、、DeviceIoControl等函数,HOOK到的数据未做过滤处理。其中MYDLL运用了skyer的HOOKAPI LIB,放出源码,主程序源码的过程是创建进程后挂起,注入MYDLL后恢复进程,拦截 -Pure exchange, the main interceptor in the Op
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1599
    • 提供者:追求
  1. tongyongxinzhuruqi

    1下载:
  2. 通用型注入器,只要把编译好的DLL使用本工具可以很轻松的注入的任何游戏的进程。-Universal injector, as long as the compiled DLL using the tool can easily inject any process of the game.
  3. 所属分类:ELanguage

    • 发布日期:2017-11-18
    • 文件大小:388765
    • 提供者:秦帅
  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. dllzhuru

    0下载:
  2. DLL的远程注入技术 - DLL的远程注入技术是目前Win32病毒广泛使用的一种技术。使用这种技术的病毒体通常位于一个DLL中,在系统启动的时候,一个EXE程序会将这个DLL加载至某些系统进程(如Explorer.exe)中运行。这样一来,普通的进程管理器就很难发现这种病毒了,而且即使发现了也很难清除,因为只要病毒寄生的进程不终止运行,那么这个DLL就不会在内存中卸载,用户也就无法在资源管理器中删除这个DLL文件,真可谓一箭双雕哉。 -The remote DLL injection tec
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-18
    • 文件大小:45098
    • 提供者:刘洋
  1. UseDllPro

    0下载:
  2. DElphi DLL进程注入实如例,只供参考。-The process injected DElphi DLL real, such as cases for reference only.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-26
    • 文件大小:611170
    • 提供者:MR
  1. RmtDLL

    0下载:
  2. 这是一个远程线程注入的示例,把DLL线程注入EXPLORER.EXE进程中,显示EXPLORER.EXE的进程ID。-This is an example of a remote thread injection, DLL thread into the EXPLORER.EXE process EXPLORER.EXE process ID is displayed.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:114688
    • 提供者:jiangshaowu
  1. InjLib

    0下载:
  2. 代码功能:将动态链接库注入已运行的进程 用途: 用于拦截API测试。 程序用于开发api拦截功能的辅助测试用,当开发了一个api拦截应用的时候,需要频繁的注入,卸载于某进程。 本工具可以使得工作更为方便的进行,如可直接启动notepad进程并注入指定的动态链接库(此dll名称写死于代码内 ,但可以很容易的修改成可配置的方式,不过一般没有必要),当然,也可指定进程id来注入 当年做加密保护的时候,API拦截的部分经常需要做此种测试,故有此工具诞生了。 原理:用远程线程方式注
  3. 所属分类:Hook api

    • 发布日期:2017-11-12
    • 文件大小:25367
    • 提供者:f
  1. in-exe

    1下载:
  2. 易语言编写的可以自定义向任何进程注入自己的d-Custom dll injection to any process
  3. 所属分类:ELanguage

    • 发布日期:2017-11-09
    • 文件大小:133180
    • 提供者:豆腐
  1. imezhuru

    0下载:
  2. 可以用于DNF的注入dll文件用,如果会用,还可以自己修改进程名,注入到别的游戏也可以。-DNF injection of dll files can be used with, if you will use, you can also make changes to the process name injected into other games.
  3. 所属分类:ELanguage

    • 发布日期:2017-11-15
    • 文件大小:182816
    • 提供者:大海
  1. SuperSpy_PE

    0下载:
  2. 文件说明:整个软件共有6个文件 1. SuperSpy.exe 主程序,可用于探测、操作窗口,判断进程类型等,并提供插件注入的入口(C#开发) 2. Invoke2.dll 实现基于CLR2的插件注入(C++/CLI开发) 3. Invoke4.dll 实现基于CLR4的插件注入(C++/CLI开发) 4. PropertyControl 插件,用于操作WinForm窗口(VB.NET开发) 5. PropertyControlForWPF 插件,专用于WPF的属性编辑器(C
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-06
    • 文件大小:321450
    • 提供者:亲爹
  1. wai_gua_zuo_fang_zhu_ru_li_zi

    0下载:
  2. 外挂作坊所有的注入例程,有分层注入,钩子注入,连环注入,输入法注入,网络注入,线程注入,新进程注入,注入内存DLL对于新手提高有帮助-Plug workshops injection routine, stratified injection hook into comic injected input method injection network inject threads into the new process injection, inject memory DLL for the
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-11-12
    • 文件大小:35885
    • 提供者:张俊
  1. zrDLL

    0下载:
  2. 经典注入例子,EXE调用DLL,注入到其他进程,例子非常有代表性,新手必看-Classic injection example, EXE calls the DLL is injected into other processes, representative example, writeup
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-17
    • 文件大小:364014
    • 提供者:zzz
  1. jinchengyincang

    0下载:
  2. 实现对进程的隐藏,通过DLL文件注入的方式-Hidden process
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-20
    • 文件大小:1881
    • 提供者:邓超
  1. qjczr

    0下载:
  2. 多进程钩子注入DLL 请注意是多进程钩子注入哦-Multi-process hook DLL injection
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-31
    • 文件大小:405705
    • 提供者:谢程
  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. 745346346

    0下载:
  2. 易语言注入DLL置目标进程源码,应用程序编程源码,很好的参考资料。-Easy language into the target process DLL source code, application programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:13653
    • 提供者:红烧排骨
« 1 2 ... 6 7 8 9 10 1112 »
搜珍网 www.dssz.com