搜索资源列表

  1. postkill

    0下载:
  2. system权限下,创建远程线程将dll注入用户进程,以用户身份发送消息。此例对指定程序发送一个WM_QUIT消息。专用来使防火墙类程序正常退出。传递参数使用注册表实现。-system authority, the creation of dll threaded remote users into the process, to send user information. Such cases to send a designate
  3. 所属分类:进程与线程

    • 发布日期:2024-04-29
    • 文件大小:47104
    • 提供者:张三
  1. 200602061800455528

    0下载:
  2. 通过远程线程注入的方式截取Alt+Ctrl+Del,实现真正的键盘软锁。-Through remote thread into the way of the interception of Alt+ Ctrl+ Del, a real soft keyboard lock.
  3. 所属分类:远程控制编程

    • 发布日期:2024-04-29
    • 文件大小:229376
    • 提供者:Leslie
  1. testqqo

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

    • 发布日期:2024-04-29
    • 文件大小:22528
    • 提供者:吕虎猛
  1. Input

    0下载:
  2. 远程线程注入技术,可以注入到任意制定的进程 包括系统进程-Remote thread injection technique can be injected into any process of the development process, including system
  3. 所属分类:系统编程

    • 发布日期:2024-04-29
    • 文件大小:1122304
    • 提供者:王金国
  1. InThreads-QQpsw-delAD

    0下载:
  2. 实现:线程注入,API拦截,各子窗口句柄获得及控制,内容的获取及修改......,非常好的源码(实列用:QQ)-To achieve: Thread Injection, API interception, the child window handle access to and control access to and modification of the contents of ......, a very good sour
  3. 所属分类:系统编程

    • 发布日期:2024-04-29
    • 文件大小:79872
    • 提供者:金余结
  1. muokuai

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

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:刘通
  1. DLL_Injection

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

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:达达
  1. REMOTETHREAD

    0下载:
  2. 远程线程注入程序,可以成功注入到远程线程中,并且调用自身的功能函数-remote thread inject
  3. 所属分类:系统编程

    • 发布日期:2024-04-29
    • 文件大小:14336
    • 提供者:林西
  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. 所属分类:钩子与API截获

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:zhouyang
  1. dllinject

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

    • 发布日期:2024-04-29
    • 文件大小:360448
    • 提供者:singwhatiwanna
  1. xianchengzhuru

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

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:晓月
  1. DragonNestDLLSource

    0下载:
  2. 龙 之 谷 线 程 注 入 DLL 源码-DragonNest
  3. 所属分类:外挂编程

    • 发布日期:2024-04-29
    • 文件大小:11264
    • 提供者:asdf
  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. 所属分类:进程与线程

    • 发布日期:2024-04-29
    • 文件大小:17408
    • 提供者:aaa
  1. InjectDll

    1下载:
  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 nee
  3. 所属分类:钩子与API截获

    • 发布日期:2024-04-29
    • 文件大小:43008
    • 提供者:老灰
  1. Inject

    0下载:
  2. 远程线程注入,可以将自身完全注入系统进车,作为一个线程来运行。-remote inject。
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:10240
    • 提供者:张闻天
  1. DLoad_SRC

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

    • 发布日期:2024-04-29
    • 文件大小:714752
    • 提供者:changming
  1. zhuru2

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

    • 发布日期:2024-04-29
    • 文件大小:3072
    • 提供者:1982616410
  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. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:29231104
    • 提供者:mugui
  1. 内存线程注入DLL模块

    0下载:
  2. 易语言模块源码:线程DLL注入,内存DLL注入,内存读写,线程操作(Easy language module source code: thread DLL injection, memory DLL injection, memory read and write, thread operation)
  3. 所属分类:易语言编程

    • 发布日期:2024-04-29
    • 文件大小:315392
    • 提供者:GMin
  1. x64注入源码

    0下载:
  2. 这是一份能把64位的DLL远程线程注入到x64进程的源码(x64 injection DLL source code)
  3. 所属分类:外挂编程

    • 发布日期:2024-04-29
    • 文件大小:94208
    • 提供者:blyema
« 1 23 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org