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

搜索资源列表

  1. hooksimple

    0下载:
  2. inject a VC++ DLL into another process, call DLL by VB6.
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:759762
    • 提供者:lovemycountry
  1. seh

    0下载:
  2. Working with Exceptions inject in proce-Working with Exceptions inject in process
  3. 所属分类:Shell api

    • 发布日期:2017-03-30
    • 文件大小:7476
    • 提供者:hamlo
  1. injector

    0下载:
  2. dll injector. inject dll into process with selected pid.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-26
    • 文件大小:3341
    • 提供者:iCoder
  1. NInjectLib

    0下载:
  2. About N-InjectLib N-InjectLib is a library written in C++ which allows for injecting dynamic link libraries into a remote (i.e. foreign) process. Two techniques are available to inject a dll: the target process can be started by using the library
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:10306
    • 提供者:louis
  1. IDAInject

    0下载:
  2. IDA Inject plugin This plugin allows you to inject dlls into a debugged process, either prior to process creation or when the debugger is attached. The injected dll can then do some fancy stuff inside the debugged process. To realize dll injectio
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:86685
    • 提供者:louis
  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-29
    • 文件大小:1579
    • 提供者:zhouyang
  1. ddssd

    0下载:
  2. 使用代码注入来实现进程隐藏 而不是使用DLL注入来实现进程隐藏 没有什么高级技术 纯体力活 原理就不说了 只是没有通过DLL注入 来实现HOOK API 纯粹注入代码 邪恶二进制上 也有个代码注入的 只是用了一个未公开的函数,我还看不懂 本来想用汇编写的 发现汇编注入代码远比C注入代码来的繁 所以用C实现了 主要功能就是 隐藏进程 不过RING3的似乎没多大用 练习而已-Use code injection to achieve the process of hide inste
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:4568
    • 提供者:张做像
  1. RemoteLib_demo

    0下载:
  2. This is demo source code shows how to inject a Dll to remote process space. This works on Windows XP & NT
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:77405
    • 提供者:Munir
  1. InjectDll

    0下载:
  2. This is the code which is used to launch a process and inject a dll into the process using CreateRemoteThread.
  3. 所属分类:Hook api

    • 发布日期:2017-05-15
    • 文件大小:3896261
    • 提供者:Dinesh
  1. InjectThread

    0下载:
  2. Help you to inject your own thread in running process.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1857
    • 提供者:lionare
  1. DllInsertUtil

    0下载:
  2. C++实现远程DLL注入类 C++实现的一个远程DLL注入的类。 调用类成员函数InsertDllToProcess("qq.exe", "D:\\InsertDll.dll") 可以将某个写好的DLL注入到指定的进程中。-C++ DLL into the remote class C++ DLL into a remote implementation class. Call class member function InsertDllToProcess (" qq.e
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:2195
    • 提供者:魏林
  1. InjectTestDlg

    0下载:
  2. 进程的注入和释放,许多的进程注入例子只有注入没有释放,本例中含有注入和释放,以及测试用的注入对话框。-process inject and free
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:46606
    • 提供者:marsbear
  1. injector

    0下载:
  2. 一个代码注入的工具,可以将制定的函数注入到一个运行的进程中。-A tool to inject code to another process.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:325545
    • 提供者:arthur
  1. spring-and-hibernate

    0下载:
  2. 这是本人在采用J2EE架构开发程序时所采用的Spring和Hibernate的混合框架的配置文件,Hibernate 将自身托管给Spring,换取Spring对Hibernate进行全面的支持。Spring为Hibernate注入SessionFactory对象,通过Hibernat来持久化对象,而Hibernate只需要获得SessionFactory的引用,便可以智能的打开Session,并通过Data Access Object(DAO)完成对数据库的CRUD(增、删、改、查)操作,并在
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:4866
    • 提供者:ss
  1. APIH00k

    1下载:
  2. API钩子系统一般框架 通常,我们把拦截API的调用的这个过程称为是安装一个API钩子(API Hook)。一个API钩子基本是由两个模块组成:一个是钩子服务器(Hook Server)模块,一般为EXE的形式;一个是钩子驱动器(Hook Driver)模块,一般为DLL的形式。 钩子服务器主要负责向目标进程注入钩子驱动器,使得钩子驱动器运行在目标进程的地址空间中,这是关键的第一步,而钩子驱动器则负责实际的API拦截处理工作,以便在我们所关心的API函数调用的之前或之后能做一些我们
  3. 所属分类:Hook api

    • 发布日期:2014-12-23
    • 文件大小:555008
    • 提供者:刘永
  1. LibInject

    0下载:
  2. android平台上的注入代码,目标进程中写入shellcode, shellcode会调用dlopen来载入library -android platform to inject code into the target process to write shellcode, the shellcode calls dlopen to load the library
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:4001
    • 提供者:一一
  1. injectDll

    0下载:
  2. This source that inject the dll to the target proce-This is source that inject the dll to the target process
  3. 所属分类:Hook api

    • 发布日期:2017-12-04
    • 文件大小:26069
    • 提供者:toss
  1. tongyongxinzhuruqi

    1下载:
  2. 通用型注入器,只要把编译好的DLL使用本工具可以很轻松的注入的任何游戏的进程。-Universal injector, as long as the compiled DLL using the tool can easily inject any process of the game.
  3. 所属分类:ELanguage

    • 发布日期:2017-11-18
    • 文件大小:388765
    • 提供者:秦帅
  1. x32_HookExp

    0下载:
  2. Inject easy pe-loader code into Explorer (x32) and load module in this process. Playload create in obj file(masm32), linked in Visual Studio
  3. 所属分类:Hook api

    • 发布日期:2017-11-18
    • 文件大小:29784
    • 提供者:Genashk0
  1. DLL-Injection

    0下载:
  2. Code to inject a DLL into a proce-Code to inject a DLL into a process
  3. 所属分类:Hook api

    • 发布日期:2017-12-05
    • 文件大小:1336
    • 提供者:Hade
« 1 2 34 5 »
搜珍网 www.dssz.com