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

搜索资源列表

  1. dllinject

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

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

    0下载:
  2. 一、前言   前一段时间发表了一篇文章 “Hook API 工具”,没有附带主程序的源代码,这几天翻出来代码加了些注释,现在补上。不过大家还是最好看看牛的书,书上讲解很详细。 二、对代码的简单说明   总共3个工程,1个主程序,1个HookDll, 1个例子Dll。主程序负责启动进程,并将 HookDll 注入。还有一些额外的功能,比如显示 Log, 例子Dll的信息,导出函数等,HookDll 在 DllMain 启动的时候根据配置钩住指定的 API 函数 三、这
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:147036
    • 提供者:ddd
  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. VB

    0下载:
  2. 一个利用VB远线程注入技术实现键盘拦截的例子注意:非 Ctrl+Alt+Del 键使用普通钩子技术,因此 程序在退出时注意要卸载钩子。 -Using VB far into a thread an example of technology to intercept the keyboard Note: Non-Ctrl+ Alt+ Del key technology using ordinary hook, so pay attention to exit the program to
  3. 所属分类:Hook api

    • 发布日期:2017-03-24
    • 文件大小:13387
    • 提供者:李兰
  1. zhur

    0下载:
  2. 通过消息和线程两种方式实现注入,适合初学者-News and threaded through two ways to achieve implantation, suitable for beginners
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:64817
    • 提供者:水月
  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. Windows-Rootkits

    0下载:
  2. Rootkits技术在信息安全领域越来越受到重视,各种Anti-rootkits新技术不断出现。在各种Anti-root- kits工具的围剿下,常规的Rootkits隐藏技术难以遁形。在系统分析和深入研究传统内核级Rootkits隐藏技术的基 础上,提出了一个集驱动模块整体移位、内核线程注入、IRP深度内联Hook 3种技术为一体的Rootkits隐藏技术体 系。-Rootkits technology in the field of information security mo
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:417842
    • 提供者:赵鑫维
  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. Thread

    0下载:
  2. 远线程注入VB源码,dll注入-VB source code into far thread, the DLL injected
  3. 所属分类:Hook api

    • 发布日期:2017-04-15
    • 文件大小:10282
    • 提供者:Name
  1. gfhfgh

    3下载:
  2. dll拦截发送封包源码注入器程序易语言线程注入方式应用程序大家看看啊-Injector program easy language threads into the application we look at
  3. 所属分类:Hook api

    • 发布日期:2016-01-24
    • 文件大小:332800
    • 提供者:祭祀坑
  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. xianchengzhuru

    0下载:
  2. 这个喜欢线程注入的兄弟们的好东西大家-is very good
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:6099
    • 提供者:炫黑
  1. RemoteThreadInject

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

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