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

搜索资源列表

  1. masmjack

    0下载:
  2. MASM32 Code Inject[非DLL插入] By Aphex 演示如何不需要DLL直接代码注入-between [insert non - DLL] By demonstrating how Aphex DLL code needs direct injection
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2421
    • 提供者:真零
  1. c++buildercom编程

    0下载:
  2. 一个基于COM对象的服务器和客户机程序运行ComClient.exe前,一定要注ComSever.dll,否则会出错。利用OLE自动化编程的实用程序 运行SendTextToWord.exe前,你的计算机中一定要安装Word97字处理软件,否则会出错。编制一个图像浏览器的ActiveX控件将生成的文ImageViewProj1.cab、ImageViewProj1.inf和ImageViewProj1.htm拷贝到C:\\Inetpub\\wwwroot目录下,若要在网上浏览,必须启动个人Web
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1217906
    • 提供者:冉杰
  1. Reinject

    0下载:
  2. 实现动态链接库的远程注入,供喜欢黑客朋友学习-inject the dll from remote region
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:6337
    • 提供者:zhangyingxian
  1. XPokerBot

    0下载:
  2. XPoker Bot AI analysis. Hook / dll inject into process and send fake keyboard / mouse messages.-XPoker Bot AI analysis. Hook/dll inject into process and send fake keyboard/mouse messages.
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:212233
    • 提供者:Daemn
  1. src

    0下载:
  2. restores SDT and tries to inject its dll to a process which communicates with the internet.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:227208
    • 提供者:heyboy
  1. hooksimple

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

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

    0下载:
  2. 本文从难易程度上主要分三块详细介绍:一.用户模式Hook:IAT-hook,Dll-inject 二.内核模式Hook:ssdt-hook,idt-hook,int 2e/sysenter-hook 三.Inline Function Hook -In this paper, Difficulty Level 3 detail the main points: 1. User Mode Hook: IAT-hook, Dll-inject 2. Kernel-mode Hook: ssdt-ho
  3. 所属分类:assembly language

    • 发布日期:2017-03-25
    • 文件大小:14827
    • 提供者:lee
  1. InjectDll

    0下载:
  2. 将一段数据注入到一个动态链接库中,程序会在动态链接库中新增一个section来存放注入的数据。-To inject a piece of data to a dll, the program will add a section in the target dll and fill it with the injecting data.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:224326
    • 提供者:zhouxu
  1. TxtDllInjectApp

    0下载:
  2. 一个TXT记事本的键盘消息钩子,可以钩住所有的打开的TXT,实现无法键盘输入功能-TXT message notepad keyboard hook, you can hook all the open TXT, no keyboard input to achieve
  3. 所属分类:Hook api

    • 发布日期:2017-06-10
    • 文件大小:17009368
    • 提供者:YuMy
  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. CodeHij.2007.09.06

    0下载:
  2. 用于wince上的dll注入的实现,可用于多个wince版本。sln包含一个DLL工程和一个测试用exe。可直接用VS编译运行。-Dll inject on wince,it can run on several edition of wince.the .sln include a DLL project and a exe project for test.
  3. 所属分类:Windows CE

    • 发布日期:2017-03-31
    • 文件大小:129520
    • 提供者:lvcayu
  1. DLLInjectionClass

    0下载:
  2. DLL Inject 為啥要20字 這麼簡單
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:5261
    • 提供者:kuruotonix
  1. Inject(2018.01.24)

    0下载:
  2. 使用到的工具 IDA6.0 LordPE C32Asm 由于自己写了个MemoryLoader注入所以一开始考虑的是找不到hyxd.exe进程导致的注入失败 后修改为FindWindow通过窗口标题注入进程也无法正常使用 于是打开IDA 分析DLL流程(DLL Hook FindWindowA)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:2448384
    • 提供者:城主呐
  1. injectAllTheThings-master

    0下载:
  2. 七种线程注入的方法,vs2010,vs2013可编译(inject with or without dll,seven ways.)
  3. 所属分类:进程与线程

    • 发布日期:2018-04-29
    • 文件大小:11674624
    • 提供者:clarinet
  1. DirectX 9 TS

    0下载:
  2. 使用方法:以管理员方式运行注入器,将DLL注入游戏,游戏内提示开启成功,在游戏内使用左右方向键调节透视模型。 只要你能将DLL注入游戏,那就绝对能用!(Usage: run the injector in the way of the administrator, inject DLL into the game, the prompting in the game is successful, and the perspective model is adjusted by using
  3. 所属分类:外挂编程

    • 发布日期:2018-05-03
    • 文件大小:11264
    • 提供者:dgerw
  1. 草帽变速齿轮

    1下载:
  2. 变速齿轮源代码包括注入的dll;API模块;主程序(Sofeware Transmission Source code includes: inject dll, API mod; Main APP.)
  3. 所属分类:易语言编程

    • 发布日期:2020-09-24
    • 文件大小:40960
    • 提供者:名姓
  1. 通用注入器(源码及程序)

    2下载:
  2. 可以将DLL注入到你想注入的任何一个应用程序。(You can inject DLL into any program you want to inject.)
  3. 所属分类:其他

    • 发布日期:2018-07-15
    • 文件大小:922624
    • 提供者:至尊黑手姬
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com