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

搜索资源列表

  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. RemoteInject

    0下载:
  2. 一个比较完善而且简单易用的DLL注入类库 编译成lib文件 并可以同时被编译成UNICODE和ANSI版本 内有注释 经测试在XP下可以成功注入winlogon.exe-A complete and easy-to-use dll inject class library, compiled into .lib as UNICODE or ANSI versions. Has been test successfully inject dlls into winlogon.exe in
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:16739
    • 提供者:PheNixCodingK
  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. 20108261301438

    0下载:
  2. 看到现在很流行输入法注入,但是找不到delphi版本的,所以参考C++的做了delphi版的。注入需要3个文件,一个是控制程序用来安装输入法,卸载输入法 一个是什么也不做的输入法程序 一个是要注入的dll。虽然现在很多杀毒软件都对这个做了拦截,但在有的时候还有有用的。-That input into the now very popular, but can not find delphi versions, so refer to C++, delphi version do. Into th
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:26271
    • 提供者:jialinjiang
  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. SmartHack

    0下载:
  2. LPK MS s ijl15.dll With Hacks Made by Smart44, also can be inject into the game
  3. 所属分类:Delphi VCL

    • 发布日期:2016-01-22
    • 文件大小:17408
    • 提供者:KN
  1. dllin_e

    0下载:
  2. 易语言注入DLL并且调用的源码 包括已经编译好的DLL exe 和源码!-Easy language to inject a DLL and call the source Including already compiled DLL exe and source code!
  3. 所属分类:钩子与API截获

    • 发布日期:2017-03-27
    • 文件大小:14884
    • 提供者:李随云
  1. d3d8th

    0下载:
  2. 这是一份dll劫持源码,很多外挂都是通过dll劫持来注入到游戏中-This is a dll hijack d3d8th.dll source, a lot of plug-hijacked through dll to inject into the game,, prepared, compiled absolutely no problem!
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-05-11
    • 文件大小:2754168
    • 提供者:李黑
  1. ReflectiveDllInjection

    0下载:
  2. New method to inject a DLL called ReflectiveDllInjection
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:156380
    • 提供者:MUTANT
  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. jion

    0下载:
  2. 一个很好的dll注入工具,在源码的特定部分修改就可以注入你的dll文件到指定程序中-A good dll injection tool, specific part to modify the source code you can inject your dll file to the specified program
  3. 所属分类:Hook api

    • 发布日期:2017-10-31
    • 文件大小:3381071
    • 提供者:黄佳春
  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. RemoteInject

    0下载:
  2. vc++6.0开发的dll远程注入简单示例-A simple app of remote inject by VC++6.0
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-13
    • 文件大小:113571
    • 提供者:曾涛
  1. InjLib

    0下载:
  2. 使用CreateRemoteThread函数来注入D-To use CreateRemoteThread function is to inject a DLL
  3. 所属分类:Hook api

    • 发布日期:2017-11-14
    • 文件大小:191260
    • 提供者:雨中林
  1. wai_gua_zuo_fang_zhu_ru_li_zi

    0下载:
  2. 外挂作坊所有的注入例程,有分层注入,钩子注入,连环注入,输入法注入,网络注入,线程注入,新进程注入,注入内存DLL对于新手提高有帮助-Plug workshops injection routine, stratified injection hook into comic injected input method injection network inject threads into the new process injection, inject memory DLL for the
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-11-12
    • 文件大小:35885
    • 提供者:张俊
  1. dllzhuru

    0下载:
  2. 易语言dll注入工具,很好用,效率高,基本都能注入-Easy language DLL injection tool, very easy to use, high efficiency, basic can inject
  3. 所属分类:ELanguage

    • 发布日期:2017-11-22
    • 文件大小:5666
    • 提供者:毛毛
  1. AJVrs

    0下载:
  2. dll injection source code to inject cmdfile.exe and get reverse shell.
  3. 所属分类:EditBox

    • 发布日期:2017-11-15
    • 文件大小:1024
    • 提供者:amar
  1. My_Dll_Process

    0下载:
  2. 将dll注入一个进程,用来hook。本人亲自测试过,可用-Dll will inject a process that is used to hook. I personally tested, available
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-02
    • 文件大小:43452
    • 提供者:andy
  1. ActiveX_DLL_Injection

    0下载:
  2. Source code to inject active X dll.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:49147
    • 提供者:vbkil
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com