CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 钩子与API截获 搜索资源 - 远程线程注入

搜索资源列表

  1. dllinject

    0下载:
  2. 实现远程线程注入的例子-remote threads into examples
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:4108
    • 提供者:杨蔚
  1. InjLib

    0下载:
  2. 关于DLL远程注入,利用remotethread注入线程技术,比较简单实用-on remote DLL injection, the use of threads remotethread injection technology, relatively simple practical
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:1843
    • 提供者:xueshanfh
  1. REMOTETHREAD

    0下载:
  2. 一个远程线程注入的例子,注入notepad, VC6 环境。-A remote thread into the case, into the notepad, VC6 environment.
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:1122
    • 提供者:刘永
  1. HookSy

    0下载:
  2. 注入技术简述: 本实例其实是一个查看工具。完成以下的几个功能: 1、查看系统当前的运行进程; 2、查看系统当前的运行线程; 3、查看系统中运行某个进程中包含的DLL列表; 4、通过创建远程线程的方法将DLL注入到目标进程中: 5、通过Hook方法将DLL注入到目标进程中: -A brief injection technique: This example is actually a view tool. Completion
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:12152
    • 提供者:赵积元
  1. InjectDll(vccode)

    0下载:
  2. 远程线程DLL注入,vc源码,远程线程DLL注入,vc源码-DLL into the remote thread, vc source, remote-threaded DLL injection, vc source
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:27788
    • 提供者:唐尧
  1. Remote-thread-injection

    0下载:
  2. 创建远程线程,无DLL直接注入其他进程!没有全部注入,只注入特定进程!可以自己改为全注入!-Create a remote thread, no DLL is injected directly into other processes! Not all of implantation, only into the specific process! Can inject itself into the whole!
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:1579
    • 提供者:zhouyang
  1. InjectDll

    0下载:
  2. DLL注入工具源码,包括远程线程注入以及启动暂停进程修改入口注入,另附后者需要的特殊DLL的源码-DLL injection tool source, including remote thread injection and start the process to modify the entrance into the suspension, which attached a special DLL source code need
  3. 所属分类:Hook api

    • 发布日期:2017-03-22
    • 文件大小:43327
    • 提供者:老灰
  1. Inject

    0下载:
  2. 目前Windows操作系统上面注入的方法也很多,《Windows核心编程》上面介绍了不少,大家也可以到网上搜索一下,比如钩子,远程线程技术-Into the Windows operating system is currently the method above, there are many, " Windows kernel programming" described above, a lot, we can also go to search on the Inte
  3. 所属分类:Hook api

    • 发布日期:2017-05-11
    • 文件大小:2724739
    • 提供者:howard
  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. HideServer

    0下载:
  2. 隐藏服务,针对当前所有的系统有效。采用删除R3 HOOK 方式,远程线程注入DLL 的方式。-Hidden services, effective for all current systems. Used to delete R3 HOOK way, the way a remote thread into the DLL.
  3. 所属分类:钩子与API截获

    • 发布日期:2013-12-06
    • 文件大小:59088
    • 提供者:yhf
  1. Injection[src-a-Bin]

    0下载:
  2. DLL注入的源码和bin文件,简单易用学习远程线程的好例子-nice example for DLL injection. use createremotethread. include bin and src
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:204134
    • 提供者:linzhixin
  1. CreateRemoteThread

    0下载:
  2. 创建远程线程,DLL注入,写函数-Create remote thread, the DLL infuse, write function
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:970
    • 提供者:luffy
  1. InjLib

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

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

    0下载:
  2. 远程线程注入,hook API,OutputDebugString打印调用内容,实现监控功能-Remote thread injection, hook API, OutputDebugString call print content, to achieve monitoring function
  3. 所属分类:Hook api

    • 发布日期:2017-11-12
    • 文件大小:65842
    • 提供者:jha334201553
  1. send

    1下载:
  2. 远程API注入拦截封包 支持SEND和RECV 模块为本人自己编写,只有两条代码即可远线程注入-Remote API intercept packets injected SEND and RECV module support for my own writing, only two code can be far threads into
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:10659
    • 提供者:fewfe
  1. RemoteThreadInject

    0下载:
  2. 远程线程注入代码,经典的注入方式,值得学习-remove threat inject
  3. 所属分类:Hook api

    • 发布日期:2017-04-29
    • 文件大小:7729
    • 提供者:lier
搜珍网 www.dssz.com