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

搜索资源列表

  1. dllinject

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

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

    0下载:
  2. 自己用C++写的下载者。利用远程线程注入技术注入自身的一段用于下载的代码从而有效的穿透防火墙。编译到一个节后大小只有1.5KB-own C wrote downloaders. The use of telemedicine technology into threads itself into a section for downloading code to effectively penetrate the firewall. Compiled into a post-KB size on
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1195
    • 提供者:黄芸乐
  1. Ctrl+Alt+Delete

    0下载:
  2. 用Delphi编写禁止Ctrl+Alt+Delete热键钩子(线程注入)-with Delphi ban Ctrl Alt Delete hotkeys hook (thread injection)
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:199440
    • 提供者:
  1. SelfInjectCode

    1下载:
  2. 一个不用CreateRemoteThread进行远程线程注入的例子 防止某些防火墙拦截 不是我写的,为了下个代码只好出卖一下作者了-not CreateRemoteThread a remote thread injection to prevent a certain examples intercept some firewall is not my writing, to the next code can only sell what the author
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:961
    • 提供者:hke
  1. NtCreateThread

    0下载:
  2. hookNtCreateThread 可以第一时间注入到目标进程,进程创建后,然后就好调用 NtCreateThread创建主线程-hookNtCreateThread the first time can be injected into the target process, the process is created, then create the main thread is like calling NtCreateThread
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-04
    • 文件大小:4456
    • 提供者:lxy
  1. DLL_Injection

    0下载:
  2. 远程线程注入的学习资料,对远程注入的流程和主要API函数进行了分析。-Remote thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:3915
    • 提供者:达达
  1. testqqo

    1下载:
  2. 机器码注入进程,远程线程执行,实现无DLL注入-Binary into the process, the remote thread execution, implementation without DLL injection
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:22431
    • 提供者:吕虎猛
  1. muokuai

    0下载:
  2. 线程注入自己写的模块函数 线程注入自己写的模块函数 -inject thread inject thread inject thread inject thread inject thread
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2258
    • 提供者:刘通
  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. dllinject

    0下载:
  2. 远程线程注入,可以注入系统进程。有界面。-Remote thread injection, can be injected into the system process. includes interface.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-24
    • 文件大小:360253
    • 提供者:singwhatiwanna
  1. xianchengzhuru

    0下载:
  2. 线程注入例子 对不会找线程入口的朋友帮助很大-Threads to inject example won t look for thread entrance friend helps a lot
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:4131
    • 提供者:晓月
  1. Threadinjection

    0下载:
  2. 讲的是WINDOWS的线程注入方法,包括远程注入,需要注入进程的朋友注意了,里面资料很全-WINDOWS thread talking about the injection methods, including remote injection, friends need to pay attention injection process, which is all the information
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-15
    • 文件大小:17081
    • 提供者:aaa
  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. 远程线程注入,可以将自身完全注入系统进车,作为一个线程来运行。-remote inject。
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:10609
    • 提供者:张闻天
  1. DLoad_SRC

    0下载:
  2. 源代码包含三种不同的驱动加载方法,使用ZwSetSystemInformation函数加载驱动,使用NtLoadDriver函数加载驱动,使用服务控制管理器加载驱动,还包括三种线程注入技术,使用RtlCreateUserThread 函数注入线程,使用CreateRemoteThread函数注入线程,使用NtCreateThreadEx函数注入线程,源代码包含C,C#的demo-The source code contains three different loading methods
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-22
    • 文件大小:714666
    • 提供者:changming
  1. zhuru2

    1下载:
  2. 易语言注入源码,绝对是原创的,两种类型:线程注入和钩子注入-Easy language into the source code is definitely original, two types: threaded into and hook into
  3. 所属分类:其他小程序

    • 发布日期:2017-04-07
    • 文件大小:3243
    • 提供者:1982616410
  1. 线程注入

    2下载:
  2. 线程注入,注入你想要的DLL,绕过游戏保护,达到修改内存效果(Thread injection, injection of DLL you want, bypassing the game protection, to modify the memory effect)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:264192
    • 提供者:淡忘
  1. 注入器

    2下载:
  2. EIP线程注入任何进程 如果有驱动保护请破保护(EIP threads are injected into any process)
  3. 所属分类:其他

  1. win10 x64 rip注入

    0下载:
  2. win10 线程注入。支持 x64。采用挂起线程后改变线程rip导向进行注入。(Win10 thread injection. Support x64. After using the hang thread, change the thread, rip oriented injection.)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:29231104
    • 提供者:mugui
  1. injectAllTheThings-master

    0下载:
  2. 七种线程注入的方法,vs2010,vs2013可编译(inject with or without dll,seven ways.)
  3. 所属分类:进程与线程

    • 发布日期:2018-04-29
    • 文件大小:11674624
    • 提供者:clarinet
« 12 3 4 5 6 »
搜珍网 www.dssz.com