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

搜索资源列表

  1. asdasdeee

    0下载:
  2. 本文如何将代码注入不同的进程地址空间,然后在该进程的上下文中执行注入的代码。本文将介绍三种方法-In this paper, how to inject code different process address space, then execute the injected code in the process context. This paper introduces three methods
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:5930
    • 提供者:黄金
  1. msimg32

    1下载:
  2. 一款易语言劫持相关的源码,可以用于劫持注入很多游戏-An easy language to hijack the relevant source code, can be used to inject a lot of games hijacking
  3. 所属分类:ELanguage

    • 发布日期:2017-03-29
    • 文件大小:52717
    • 提供者:姚先生
  1. AddFunctionTODll

    0下载:
  2. 添加自己的函数到dll文件中,使用很方便-Inject code into an executable file API, easy to use
  3. 所属分类:Communication

    • 发布日期:2017-05-07
    • 文件大小:1291454
    • 提供者:alice
  1. inject_and_interpose-master

    0下载:
  2. 这是一个MacOS下的hook程序,能够直接hook PID的应用程序,既可以在MacOS下编译运行也可以在iOS下运行。是一个学习MacOs inject程序的好代码。-This is a hook under MacOS program to directly hook PID applications, both can compile and run under MacOS can also run on iOS. Is a good program to learn MacOs inj
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-08
    • 文件大小:7996
    • 提供者:刘微
  1. InjectDll

    0下载:
  2. 简单的注射DLL到指定进程的代码,非常实用-SAMPLE INJECT DLL INTO SPESCAL PROCESS.IT IS A SAMPLE CODE
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:205659
    • 提供者:gemini
  1. ProcessInject_VB

    0下载:
  2. 远程进程注入VB代码。使用VB编写的远程注入代码。-Remote process inject VB code. VB prepared using remote into code.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:15945
    • 提供者:李呈
  1. dllzhuru

    1下载:
  2. 易语言 dll注入器源码,直接编译即可使用,注入任意进程d-Dll injector easy language source code, can be used directly translated to inject arbitrary process dll
  3. 所属分类:ELanguage

    • 发布日期:2017-04-16
    • 文件大小:29253
    • 提供者:张三
  1. code__inject

    0下载:
  2. 代码注入 汇编代码 检测。可以注入DLL。可以注入 远程代码。-Code injection assembly code detection. Can be injected DLL. Can inject remote code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:241654
    • 提供者:mm们
  1. XPokerBot

    0下载:
  2. Source code for Fold-Bot for PokerTime Table. Uses hooking to inject dll and then reads infomation from PokerTable. Can easily be extended.
  3. 所属分类:钩子与API截获

    • 发布日期:2014-01-03
    • 文件大小:9794262
    • 提供者:Jack187
  1. Thread-injection-source

    0下载:
  2. 线程注入器源码,可以注入简单的程序及游戏!-Thread into the source code, you can inject a simple procedure and games!
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-31
    • 文件大小:212166
    • 提供者:
  1. ltldxbphp

    0下载:
  2. PHP 跨站脚本攻击漏洞修复插件,php防护代码,依托360的360_safe3.php文件,使用方法:1.将360_safe3.php传到要包含的文件的目录,2.在页面中加入防护,有两种做法,根据情况二选一即可:   a).在所需要防护的页面加入代码   require_once( 360_safe3.php )   就可以做到页面防注入、跨站   如果想整站防注,就在网站的一个公用文件中,如数据库链接文件config.inc.php中!   添加require_
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-13
    • 文件大小:1933
    • 提供者:spudn86
  1. plugin-src

    0下载:
  2. Making a Plugin System-Now, lets say that you are making a program, maybe a game, and you decide that you want to make it moddable without your intervention. Now, of course, you think of how that might be possible, and without forcing the users to in
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:4951
    • 提供者:figo
  1. threadzhuru

    1下载:
  2. VB实现线程注入器,您可以指定输入被注入程序名称,本源码以注入计算器程序为例,演示在VB6.0环境下所编写的程序如何实现线程注入功能,代码仅供学习参考。勿用于其它用途。-VB to inject a thread, you can specify the input to be injected into the program name, the source to inject calculator program, for example, in the demonstration pro
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:5606
    • 提供者:jpudn16
  1. netctoss.tar

    0下载:
  2. 本项目结构上分为表现层,业务层和数据访问层,层次间的依赖关系自下到上, 采用的技术有Struts,Hibernate,JDom,Spring等,其中表现层采用Struts框架开发,业务 层封装业务流程,为适应业务的变更,每一业务模块均有专门的接口及实现类,利用Spring 中的IoC功能将实现类注入给表现层的Action,数据访问层借助于Heibernate实现,代码 简洁且可适用于不同的数据库,事务部分利用了Spring的声明事务管理。为提
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-22
    • 文件大小:6727722
    • 提供者:王彦霏
  1. FF-DLL-Injector

    0下载:
  2. Firefox hooks LdrLoadDll so you can t inject a DLL, this code unhooks it and injects the DLL.
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:21328
    • 提供者:denis7656
  1. InjectExe4

    0下载:
  2. Inject shell-code into any windows process.
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-02
    • 文件大小:14579173
    • 提供者:qwertyuiop
  1. DNF

    0下载:
  2. 易语言源码,DNF封包源码 带注入器 源码D-Easy language source code, DNF inject packets with source code DLL source
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-26
    • 文件大小:265215
    • 提供者:胡试试
  1. mfmnkeoknpikgmklhpagfcopljnjphpb3

    0下载:
  2. google chrome 扩展例子,其中有JQUERY的使用,注入代码,获取网页内容,解释,跨域提交等-google chrome extensions example, the use of which has JQUERY, inject code, access web content, interpretation, and other cross-domain submission
  3. 所属分类:Browser Plugins

    • 发布日期:2017-04-16
    • 文件大小:229899
    • 提供者:qingtongshou
  1. SelfInjectingDll

    0下载:
  2. example dll inject code... explain how to inject a dll into your application
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:4760
    • 提供者:Naicigam
  1. project.tar

    0下载:
  2. In this assignment you will be designing a chip that both encodes and decodes a data stream using a Hamming code. You will also inject random errors into the data stream and your decoder must be able to fix single-bit errors. Note: This project is in
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1355
    • 提供者:Amalathithan
« 1 2 3 4 56 »
搜珍网 www.dssz.com