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

搜索资源列表

  1. DDPHelpSrc

    0下载:
  2. QQ游戏之对对碰外挂, 功能: 1.能够自动提示能够消除的对对碰 2.能够模拟鼠标自动消除 3.可以加快速度 4.自动开始 虽然此程序仅仅是一个小外挂,但也使用到了一些技术. 1.线程的使用 2.程序窗口查找 3.dll注入技术 4.api hook 技术 5.单进程全局热建钩子 6.不通过特定颜色判断相同方格的方法 7.模拟鼠标的两种方法,mouse_event(鼠标光标会移动)和PostMessaga(鼠标光标不移动) 8.文件捆
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-26
    • 文件大小:121067
    • 提供者:
  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-03
    • 文件大小:12152
    • 提供者:赵积元
  1. DLLaPI

    0下载:
  2. 详细的笔记。记截着如何注入到没有权限的CSRSS进程,但是注意一般不要注入到CSRSS要不然会蓝屏-Detailed notes. Remember how to cut into without permission CSRSS process, but generally do not pay attention or else will be injected into the blue screen CSRSS
  3. 所属分类:Hook api

    • 发布日期:2017-04-28
    • 文件大小:217533
    • 提供者:kissjetg
  1. GetWINLOGON

    0下载:
  2. GetWinLogon 一个简单的远程控制程序代码,可以自动注入到WinLogon进程,是个完整的远程控制架构原型,虽然功能很简单,但值得学习!-GetWinLogon a simple remote control program code can be automatically injected into the WinLogon process, is a complete remote control of the prototype architecture, although th
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:22582
    • 提供者:ping
  1. inject_process

    0下载:
  2. 将DLL注入任意进程的小程序。程序写的简单,明了。第一次上传,谢谢大家支持,理解。-Will be injected into any process DLL applet. Writing simple procedures, clear. First upload, thank you everyone support and understanding.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:15159
    • 提供者:he
  1. HookToolsrc

    0下载:
  2. 前两天有个朋友想让我帮做个ApiHook的东西,公司的网较慢,只能搜国内网站,结果搜了n个没有完整原代码,极度郁闷,现转一个codeproject的原代码,以后也方便自己下载使用。 说明一下,这个代码在CodeProject有下,代码我大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部
  3. 所属分类:Hook api

    • 发布日期:2017-04-24
    • 文件大小:68388
    • 提供者:szg
  1. tricksrc

    0下载:
  2. 代码我大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函 数,可以结合detour使用。 -Code more or less turned me a little, only linked to the introduction of the func
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6702
    • 提供者:winj
  1. AntiNpInjectAppTest

    0下载:
  2. 禁止nprotectgameguard注入自己的进程-Prohibited nprotectgameguard process into their own
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:186063
    • 提供者:xermao
  1. delphi_CTRL_ALT_DEL

    0下载:
  2. 我想做一个保护软件,如果进程中没有某个进程,就锁住键盘和鼠标,现在所有的都能屏蔽,就是Ctrl Alt Del 不行! 注入 winlogon, 能找到很多,能否说的详细点?我手上有一个注入winlogon的不过那个是win2000的在XP下不起做用-我想做一个保护软件,如果进程中没有某个进程,就锁住键盘和鼠标,现在所有的都能屏蔽,就是Ctrl Alt Del 不行! 注入 winlogon, 能找到很多,能否说的详细点?我手上有一个注入winlogon的不过那个是win2000的在XP下不起
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:14549
    • 提供者:YOUGLE
  1. APCInjection

    0下载:
  2. 采用APC的方式将一个DLL注入其他进程。-APC manner using a DLL into other processes.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:9599
    • 提供者:Bruce Ann
  1. codeinject_package

    0下载:
  2. 如何将代码注入不同的进程地址空间,然后在该进程的上下文中执行注入的代码。本文将介绍三种方法-How to code the process into a different address space, and then in the process into the context of the implementation of the code. This article will introduce the three methods
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:48346
    • 提供者:huanf
  1. Input

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

    • 发布日期:2017-04-10
    • 文件大小:1122258
    • 提供者:王金国
  1. dlltootherpro

    0下载:
  2. 将DLL注入到其他进程中 来自于维维软件园-The DLL is injected into other processes
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:58585
    • 提供者:zhaodi
  1. Hideprocess_zhurufa

    0下载:
  2. 采用注入到其他进程的方法来隐藏自己的进程。就是说,把你想做的事情寄生到别人的进程里面。比如IE什么的。关于注入的方法很多,下面我给你一个DLL注入的方法,这个是我做某外挂时用过的代码,你参考一下把。-Injected into the process of adopting other methods to hide its own process. In other words, you want to do the parasite to other people inside the pr
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:2184
    • 提供者:JH
  1. Hooktheprocess

    0下载:
  2. Hook在系统进程插入线程的改进版本,进程的注入hook,加入Dll控制,消息控制,功能强大。-Hook the process to insert the thread in the system to improve the version of the injection process hook, adding Dll control, information control and powerful.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:22816
    • 提供者:siliemor
  1. gfgf

    0下载:
  2. VB多线程游戏修改器源程序,在vb6下编译通过,含有一个测试程序。程序主要是利用readprocessmemory+writeprocessmemory,多线程部分用了予心居的tls方法的代码,感觉比较稳定,程序现在还是个半成品,不过已经实现了游戏修改器的最基本的功能,还有注入到进程内部之类的功能。 -Multi-threaded games modify VB source code browser, compiler of the vb6 passed, contains a test
  3. 所属分类:source in ebook

    • 发布日期:2017-04-09
    • 文件大小:1413592
    • 提供者:huanhuan
  1. dell

    0下载:
  2. 指定一个DLL注入到指定的进程中去,并且在任务管理器中是看不到改DLL得-Specify a DLL injected into the specified process to go, and in Task Manager can not see the changed DLL too
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2945066
    • 提供者:郑康明
  1. RemoteInjectSample

    0下载:
  2. Visual C++ 编写的dll注入远程进程的示例程序.-Visual C++ written dll into the remote process, the sample program.
  3. 所属分类:Hook api

    • 发布日期:2017-03-24
    • 文件大小:9318
    • 提供者:wzk
  1. 2009124223542

    0下载:
  2. 远程控制1.2 说明 注:去除了注入单元 特性: 服务端不但能插入IE进程穿防火墙,又可选随意插系统目录的文件,不用生成DLL文件,无驱动隐藏,内存占用少。 适用于Windows 2000/XP/2003 不支持9x 严重声明: 特别提醒用户:本软件为远程管理软件,使用本软件必须遵守国家的有关法律法规,如刑法、国家安全法、保密法、 计算机信息系统安全保护条例等,不得损害他人的利益。 海盗远控是提供给使用者管理个人电脑
  3. 所属分类:Remote Control

    • 发布日期:2017-05-08
    • 文件大小:1607539
    • 提供者:独来独往
  1. injuestdll

    0下载:
  2. 远程注入一个进程中.命令行下安装CreateToolhelp32Snapshot-Remote into a process. The command line to install CreateToolhelp32Snapshot
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:1588
    • 提供者:gaomin
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 22 »
搜珍网 www.dssz.com