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

搜索资源列表

  1. apihooktool

    0下载:
  2. 近日由于需求问题,需要写一个 API Hook 相关的东西,温习了一下牛写的《Windows 核心编程》,做了一个小工具,用来将自定义的 Dll 注入进程空间,并钩住指定 API 函数,关于注入和钩 API 的代码,牛的书里和配套光盘中已经有了,这里主要介绍如何使用这个小工具方便实现截获 API 的功能。(补充代码)-recent demand, the need to write an API Hook related things, a study was made about the ca
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:104.53kb
    • 提供者:京用
  1. HookMessagebox

    0下载:
  2. 这是一个Hook windowsAPI 的例子。 本DLL是HOOK windows的messagobox函数 并将应用程序中调用messagebox函数弹出的对话框的样式修改了一下!修改后的对话框效果见源代码里的效果图!在release目录里自带一个将dll注入进程的程序!-Hook windowsAPI example. The DLL is the messagobox HOOK windows function will be called from applications m
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:38.31kb
    • 提供者:王凯兵
  1. 2007031716045822831

    0下载:
  2. 一个简单的开机保护程序 无任何控件 全api编写 关键字 :键盘钩子, dll注入,api函数 api操作注册表, windows消息-a simple reboot protection procedures without any controls all api prepared keyword : keyboard hook, dll implantation, api function api operate the registry, windows news
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:128.73kb
    • 提供者:李顺
  1. TestDebug

    0下载:
  2. 跟踪监视方案概览 作者:彭春华 当我们对某一目标程序进行API函数的跟踪监视分析时,根据跟踪监视的目标,基本上有以下几种途径实现对API函数的跟踪监视: 写Log记录分析 如果拥有目标程序的源代码,就可以在关键的API函数的入口点和出口点记录API的参数和运行结果。在除错程序中是经常可以看到这种方法的。该方法的缺点就是必须拥有源代码,每次修改Log时必须重新编译源代码。由于该方案和我们要讨论的目标不同,在此不作讨论。 将监视代码注入目标程序
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:34.69kb
    • 提供者:李泉
  1. D3D_Starterkit_v3.0b

    0下载:
  2. D3D HOOK模块,可用于制作DX类游戏的*,如透视等效果,支持DX8,DX9游戏,用法是将D3D8或D3D9文件夹里的d3d9dev.cpp,d3d9int.cpp,d3d9tex.cpp中的函数内容修改后编译生成DLL,再编译Injector注入,编译环境最好用VS.NET2003,有相应DX SDK,注入器必须用自带的Injector,否则可能没有效果。-D3D HOOK module, can be used to create plug-DX games, such as the
  3. 所属分类:Hook api

    • 发布日期:2016-08-02
    • 文件大小:63.32kb
    • 提供者:一招鲜
  1. Inject

    1下载:
  2. :并不是所有的远程注入都能成功,有时候调用OpenProcess(...)或者WriteProcessMemory(...)函数的时候,会调用失败,调用GetLastError()返回错误码是5,拒绝访问,意思是说你的权限不够,那么网上也有现成的提权的函数,这里面也给大家写了一个,但是随着Windows操作系统的升级,Xp->Vista->7,其安全性也越来越高,所以以前在XpSp2上编写的程序,到Sp3或者Vista上面权限又不够了,所以说提权代码也不是万能的,技术没有止境!-dl
  3. 所属分类:Windows编程

    • 发布日期:2013-08-05
    • 文件大小:11.01kb
    • 提供者:wxg
  1. winspy_package

    0下载:
  2. 各种windows dll注入和hook技术,含源码,学习hook技术的大全-All kinds of windows dll and hook into the technology, including source code, learning technology Guinness hook
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:173.7kb
    • 提供者:nile
  1. 11Firewall

    0下载:
  2. 本程序是基于Windows API与Hook技术以及注入DLL的方式写的网络防火墙程序,可以拦截网络数据。-This program is based on the Windows API and DLL injection Hook technology, and a way to write a network firewall program that can intercept network data.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:103.1kb
    • 提供者:张杨
  1. winspy_package

    0下载:
  2. 提供三种方法实现DLL注入。 包括:Windows Hooks、The CreateRemoteThread & LoadLibrary Technique、 The CreateRemoteThread & WriteProcessMemory Technique-Provides three ways to achieve DLL injection. Including: Windows Hooks, The CreateRemoteThread & LoadLibrary T
  3. 所属分类:Hook api

    • 发布日期:2017-03-31
    • 文件大小:173.39kb
    • 提供者:yourname
  1. ProcessMng

    1下载:
  2. 该软件实现了简单的windows任务管理器功能,具有查看进程、结束进程、查看进程模块、DLL注入、DLL卸载等功能-The software implements a simple task management feature windows with view the process, the end of the process, view the process module, DLL injection, DLL unloading functions
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:16.54kb
    • 提供者:zh
  1. Remote_into_the_sourcecode

    0下载:
  2. 为了屏蔽Ctrl+Alt+Delete这个功能,花了不少时间,也学了不少东西,也经历了本本被偷的悲剧,哎~代码都是从DSK V1 Final中抠出来的,而且我把远线程注入写成了一个Class。DLL用的是MFC的Dynamic-Dll 其实,如果你选择WH_KEYBOARD HOOK,那么提到SE_DEBUG之后,OS会帮你把DLL注入到Winlogon,免去了自己使用远线程的麻烦。但是小花说,用全局钩子注入不是好孩子,所以…… DSK V1 Final Update: *增
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:20.22kb
    • 提供者:zhaoyadong
  1. dll-into-exe

    0下载:
  2. 进程注入的最简单示例代码,VC6.0平台,-process injection sample On windows system
  3. 所属分类:Process-Thread

    • 发布日期:2014-08-18
    • 文件大小:1kb
    • 提供者:miaozelin
  1. Windows-core-programming

    0下载:
  2. 长销不衰的Windows编程经典   权威力作 再度新鲜亮相   名著名译 彰显经典魅力   深刻剖析底层实现机理   直击Windows编程精髓   Windows核心编程(第5版)针对Windows XP,Windows Vista和Windows Server 2008全面修订。主题广泛,内容丰富,讲解深入而精辟。透过这本Windows编程经典,我们可以在专家的悉心指导下,洞悉Windows编程精华,深入了解高级编程技巧,编写出高性能的Windows应用程序。
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-17
    • 文件大小:25.74mb
    • 提供者:王帆
  1. dllhookapi

    0下载:
  2. 驱动DLL注入源码,学习驱动很好的代码.应用层和驱动层都有源代码-Here you can find source codes. Note: to compile NtProcDrv you need NTDDK to be installed on your computer. To run compiled sample, place tunew20.dll in any folder that is specified in PATH variable (windows/syst
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:75.9kb
    • 提供者:tunshizhe
  1. ReflectiveDllInjection_v1.0

    0下载:
  2. 在Windows平台上,本地和远程库注射技术 多年来一直存在。作为开采技术的远程库注入 在2004年推出Skape和JT[1]。他们的技术采用的shellcode修补主机进程NTDLL在运行时库,并迫使Windows加载本地加载动态链接库DLL)从内存中的镜象。这种技术的叫做反射DLL注入。-Under the Windows platform, library injection techniques both local and remote have been around f
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:163.66kb
    • 提供者:wuying
  1. RemoteThreadDll

    0下载:
  2. DLL注入之远线程方式 每个进程都有自己的虚拟地址空间,对32位进程来说,这个地址空间的大小为4GB。因为每个进程都有自己专有的地址空间,当进程的各个线程运行的时候,它们只能够访问属于自己进程的内存。这样做的一个好处是维护系统的安全,防止进程的私有空间被入侵。世界上有了矛就有了盾,windows也撕开了一个小口,提供了一些函数来让其它进程对另一个进程进行操作,当然亦邪亦正,全在于你。大名鼎鼎的CreateRemoteThread就是属于这样的函数。 远线程注入的基本原理就是通过在另一个
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-06
    • 文件大小:2.87mb
    • 提供者:ljh
  1. InjectionDLL

    0下载:
  2. window系统上通过远线程执行代码 将DLL注入指定进程里 有兴趣的可以看一下哦-By far threads to code on Windows system will DLL injection in the specified process interested can look at the oh
  3. 所属分类:Hook api

    • 发布日期:2017-05-09
    • 文件大小:1.88mb
    • 提供者:HzPc
  1. Xenos

    0下载:
  2. 基于Blackbone库开发的一个dll注入工具.(A DLL injection tool developed based on the Blackbone Library)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:112kb
    • 提供者:我的肥肉
  1. Injector

    0下载:
  2. windows wsk驱动 dll 注入应用程序 开发说明 提供源码 学习研究(Windows WSK driven DLL injection application development instructions providing source learning research)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-20
    • 文件大小:11.15mb
    • 提供者:appearlzz
  1. DLL 注入技术的 N 种姿势

    1下载:
  2. 对dll 进行程序注入并对其几种dll 注入的方式进行介绍。(The program is injected into DLL and several DLL injection modes are introduced.)
  3. 所属分类:Windows编程

    • 发布日期:2019-05-01
    • 文件大小:1.19mb
    • 提供者:willsongu
« 12 »
搜珍网 www.dssz.com