CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 钩子与API截获 搜索资源 - modules

搜索资源列表

  1. ssjpacket

    0下载:
  2. (这个是在网上搜集的别人的程序,只是用于学习) 这个程序是我的几个研究生去年没事时写的,用的是我写的一些类和函数。ssj这个游戏现在倒闭了,所以我将源代码公布出来。   这些源程序代码全部在VC++ 6.0 + Windows XP下调试通过。因为当时游戏总是更新(防止外挂),这个外挂程序也不得不跟着更新,以便发给注册的用户,所以源代码显得有点乱。不过这几天我将里面重要的函数和模块都做了注释,相信大家如果认真研究,还是能够看得懂的。此外挂程序有下面几个功能: 1。复制装备 2。强
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:3151194
    • 提供者:邹同
  1. ProcessProtecter

    0下载:
  2. VC编程实现API拦截保护目标进程不被杀死,可以用作软件安全模块-VC programming API to intercept the process of being killed by conservation objectives, can be used as software security modules, etc.
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:65222
    • 提供者:刘赟
  1. HOOK-API

    0下载:
  2. 本程序实现HOOK MessageBoxA函数功能,大家如需HOOK其他API,只需修改MessageBoxA和模块名称即可-This program functions to achieve HOOK MessageBoxA function, we HOOK for other API, just change the name of MessageBoxA and modules can be
  3. 所属分类:Hook api

    • 发布日期:2017-03-25
    • 文件大小:2193
    • 提供者:
  1. ktrexe

    0下载:
  2. 一个VC写的键盘记录器源代码,功能比较简单,采用的是 DLL动态库注入的方式,本程序分为两个模块,一个为EXE 加载模块,一个为DLL功能模块. 功能比较朴实,可以用于学习.-VC to write a keyboard logger source code, function relatively simple, uses a dynamic library DLL into the way, this program is divided into two modules, on
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:45627
    • 提供者:x5a4d
  1. YAPMv2.3.0

    0下载:
  2. 一个功能强大的进程监视软件。这是与著名的Process Monitor并行的另一个进程监视软件。它可以实现远程监控。-et Another (remote) Process Monitor (YAPM) is a powerful application that allows to view and manage your running tasks, processes, threads, modules...etc. and your services on a local or on a
  3. 所属分类:Hook api

    • 发布日期:2017-04-09
    • 文件大小:1848701
    • 提供者:shama
  1. arktool

    0下载:
  2. 1、息钩子监视:列举系统上的消息钩子。 2、块加载监视:列举系统上加载的所有内核模块 3、SSDT监视:通过得到原始的SSDT地址来得到被恶意程序HOOK的API以及恢复SSDT 4、注册表保护:对一些重要的注册表项进行保护,防止恶意程序对其进行修改。 5、隐藏进程检测:检测出系统中隐藏的进程。 6、隐藏端口检测:检测出系统中隐藏的端口。 7、进程强杀:能够杀死系统中的对自身保护的恶意进程。-1, the interest rate hook monitor
  3. 所属分类:Hook api

    • 发布日期:2017-05-13
    • 文件大小:3552977
    • 提供者:虫子
  1. rewolf.hooklib.v1.0

    0下载:
  2. Small hook library. It contain three methods of hooking: - IAT hooks - import table hooks, functions are hooked only in one module (IAT owner module) - EAT hooks - export table hooks, functions are hooked for all modules (modules lo
  3. 所属分类:Hook api

    • 发布日期:2017-03-31
    • 文件大小:29011
    • 提供者:GamingMasteR
  1. modules

    0下载:
  2. This is some of develop drupal module using hook api.
  3. 所属分类:Hook api

    • 发布日期:2017-04-11
    • 文件大小:1294
    • 提供者:qazqaz123
  1. hideasafe

    0下载:
  2. 驱动级的强力保护进程驱动级隐藏进程,E语言模块,欢迎使用!-Strong protection of the driver stage process of the driver stage to hide the process, E, language modules, Welcome!
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:906999
    • 提供者:mggdx
  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. HiddenModuleDetection

    0下载:
  2. detect hidden modules. informative stuff.
  3. 所属分类:Hook api

    • 发布日期:2017-04-12
    • 文件大小:2077
    • 提供者:bagbanger
  1. shubiaocaozuo

    0下载:
  2. API监视鼠标按下与弹起,纯源码无任何模块。-API monitor mouse click and pop, pure source without any modules.
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:1494
    • 提供者:闪电
  1. FuncHook

    0下载:
  2. Professional hooking modules. This module can hook any address with destroyed size. You can SetHookProc().
  3. 所属分类:Hook api

    • 发布日期:2017-05-25
    • 文件大小:8644104
    • 提供者:bds528
  1. APIzhantingjinchenghuifu

    0下载:
  2. API暂停进程恢复例子,无模块,纯源码,Api命令暂停和恢复。-API suspended process resume examples, no modules, pure source, Api command to pause and resume.
  3. 所属分类:Hook api

    • 发布日期:2017-04-08
    • 文件大小:1148
    • 提供者:胜利
  1. Replace-API

    0下载:
  2. VB把API替换成自己的模块函数,API偷天换日,并写了返回值测试模块,仅对自己程序有效,要对其它程序生效需小小修改下。LONG型参数正常,STRING参数无法使用,原因还没调试出来.如果想弄远程Replace的话建议不要调用VB内联函数,当然,API也不行,原因不解释.....此技术可以用在DLL注入上,注入DLL到其它程序然后替换掉系统API。-VB replace the API functions into their own modules, API sly, and wrote a
  3. 所属分类:Hook api

    • 发布日期:2017-04-14
    • 文件大小:4440
    • 提供者:虎虎
  1. Verilog--038386Analysis82316

    0下载:
  2. 此代码是功能模块里比较强的模块源码Verilog 038386Analysis82316,同学们可以下载学习-This code is stronger in the functional modules of Verilog module source code- 038386 analysis82316, students can download the study
  3. 所属分类:Hook api

    • 发布日期:2017-05-05
    • 文件大小:21515
    • 提供者:GFDCwomgf-37691
搜珍网 www.dssz.com