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

搜索资源列表

  1. loadEXE.rar

    0下载:
  2. 将非自身的EXE注入到其它进程控制中运行的代码。非常经典的东西。,of non-self-injected into the EXE other process control operation of the code. Very classic things.
  3. 所属分类:Process-Thread

    • 发布日期:2014-08-18
    • 文件大小:6050
    • 提供者:漆光耀
  1. wsHideDLL.zip

    0下载:
  2. Dll进程注入 一种简单的方法隐藏进程 在dll中运行代码,The simplest ways to hide a process is to have no process Basically what you need to do is place your meaningful code in a DLL, inject that DLL in an inconspicuous process (like Explorer.exe) and run your code. This can
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-28
    • 文件大小:9696
    • 提供者:miller
  1. Ring3_DLL_Inject

    0下载:
  2. 一个拦截并修改输入法的注入技术(注入DLL是做全局钩子或者拦截类软件都有可能用到的技术)、给出了完整的示例代码希望对大家有所帮助。-An intercept and modify the input method of the injection technology (global hook into the DLL are doing, or are likely to be used to intercept class software technology), gives a comp
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:1387066
    • 提供者:西南
  1. delphiwaiguaguangjia

    2下载:
  2. delphi通用外挂框架 以DLL窗口注入+热键呼出 其实编程的人都知道 游戏辅助软件有个功能,启用后能在指定游戏内 弹出一个设置窗口 而这个外挂框架的功能也是如此,启用后能在特定的游戏 通过按指定热键 如(按Home)或者F12之类的 呼出设置窗口 -delphi common framework for the DLL plug-in window+ hotkey exhaled into the program who actual
  3. 所属分类:外挂编程

    • 发布日期:2012-11-08
    • 文件大小:213202
    • 提供者:张康
  1. lpk_delphi

    1下载:
  2. delphi编写LPK注入文件的源代码。。。。写补丁很实用-LPK prepared delphi source code into the document. . . . Patch is very useful to write
  3. 所属分类:Delphi控件源码

    • 发布日期:2013-10-21
    • 文件大小:24242
    • 提供者:majypro
  1. VC_shurufa

    0下载:
  2. 强大的输入法注入代码,可以注入到有保护的进程里!无所不能-A strong input into the code
  3. 所属分类:IME Develop

    • 发布日期:2017-04-09
    • 文件大小:563770
    • 提供者:zhangxin
  1. usp10 利用usp10.dll 达到 注入及 HOOK 的目的

    1下载:
  2. 利用usp10.dll 达到 注入及 HOOK 的目的-Usp10.dll use to achieve the purpose of injection and HOOK
  3. 所属分类:钩子与API截获

    • 发布日期:2012-10-12
    • 文件大小:1839420
    • 提供者:周募
  1. CreateRemoteThread-DLL-Injection

    1下载:
  2. 一个Visual C++实现的完整的使用CreateRemoteThread的DLL进程注入方案源代码 本文和程序是基于CreateRemoteThread注入DLL的方法上的扩展,修改了以前方法的一些缺陷,并增加了几个功能,与其他文章不同,这里,给出了一个完整的解决方案。包括:1.实现一个遵守微软"Best Practices for Creating DLLs"的DLL动态链接库。2. 注入dll,并可以同时执行这个dll代码。3. 如果注入不成功,给出错误处理并通知用户。 4. 使用C
  3. 所属分类:Other windows programs

    • 发布日期:2014-04-15
    • 文件大小:136517
    • 提供者:li
  1. safeOper

    0下载:
  2. 这是国内首本在网站系统安全开发规范方面的应用手册,由动易软件安全工程师们耗时近6个月精心编制而成。手册基于.NET 2.0 的网站系统开发环境进行编写,共分为十三大项,30个小项,介绍了输入验证、输出编码、SQL注入、跨站脚本攻击、跨站请求伪造、越权操作、IO操作安全、缓存泄漏、系统加密、信息批漏、日志和监测、Web.config安全配置等方面的内容,并列明具体的防御手段和方法,从而为网站开发人员提供了一本深具实操性的工具书。 -This is the first site of the s
  3. 所属分类:.net

    • 发布日期:2017-03-30
    • 文件大小:444488
    • 提供者:老青
  1. fencengDLL

    2下载:
  2. 易语言分层注入源码 巧妙的过NP 现在大多数外挂采用的方式-yiyuyanzhuruyuanma
  3. 所属分类:汇编语言

    • 发布日期:2016-05-25
    • 文件大小:5120
    • 提供者:晓月
  1. feishurufa

    0下载:
  2. 非输入法注入器源码, 易语言例程源码.-The input method injection device, easy language cases source ChengYuan yards.
  3. 所属分类:其他小程序

    • 发布日期:2017-04-04
    • 文件大小:920475
    • 提供者:王鑫
  1. lock-DLL

    2下载:
  2. 可以吧dll注入到进程内存中执行,不是普通的iat 注入,非常好用-Dll can be injected into the process memory it performed, not the ordinary into the iat, very easy to use
  3. 所属分类:Windows Develop

    • 发布日期:2016-05-10
    • 文件大小:43008
    • 提供者:mrhts
  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. CE

    0下载:
  2. 仿CE内存搜索工具.采用Super-EC2.7版内存操作类功能编写. 有兴趣的朋友可以加强一样功能. 若改成DLL进行注入,将其中"打开进程"命令的参数留空,就会取当前进程.本程序在注入后对DNF等游戏有效! -111111111111111
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:75059
    • 提供者:54654
  1. zhuruqi

    1下载:
  2. 过非法法的DNF注入器源码! 过非法法的DNF注入器源码!-Over Africa, France and France' s DNF injector source! Over Africa, France and France' s DNF injector source! Over Africa, France and France' s DNF injector source!
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-23
    • 文件大小:153162
    • 提供者:杨善涛
  1. CE

    6下载:
  2. 小烦的仿CE注入过非法过NP修改版,保证能用-CE into the small trouble of imitation had been illegally modified version of NP, was guaranteed to
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:599043
    • 提供者:小毛
  1. fengbaozhuanfa

    3下载:
  2. 用易语言写的封包注入游戏进程.截取与修改转发 .-Modify the packet forwarding interception
  3. 所属分类:易语言编程

    • 发布日期:2012-11-18
    • 文件大小:213991
    • 提供者:you
  1. zhurudll.e

    1下载:
  2. 易语言编写的 输入法注入源代码 .版本 2 .支持库 shell .支持库 spec -Written in easy language input into the source code. Version 2. Support library shell. Support library spec
  3. 所属分类:其他小程序

    • 发布日期:2016-05-08
    • 文件大小:99880
    • 提供者:taos
  1. e

    0下载:
  2. 输入法注入模块+例程源码+输入法源码 输入法注入模块+例程源码+输入法源码-Input into the module+ routine source code+ input source input into the module+ routine source code+ input source
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-29
    • 文件大小:70775
    • 提供者:
  1. ww

    0下载:
  2. 易语言-黑月只有4K的下载者,远程注入进程例子。-Yi language- Black Moon 4K downloaders, remote into the process.
  3. 所属分类:Shell编程

    • 发布日期:2017-03-26
    • 文件大小:3074
    • 提供者:远程注入
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com