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

搜索资源列表

  1. HookTest2

    0下载:
  2. vb.net 制作的一个hook程序,用来捕获空格键的输入。 -vb.net produced a hook procedures used to capture the space bar to the admission.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:5.1kb
    • 提供者:雷亭
  1. UnLoadDll

    0下载:
  2. 卸载其他进程的加载的DLL 平时都是其他人遍的程序注入我们自己的进程空间 现在我们可以通过这个方法卸载他人注入的d-other unloading process of loading the DLL peacetime are other people all over the procedures into the process of our own space now We can in this way by unloading others injected d
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:26.74kb
    • 提供者:lyyer
  1. DLL_LPK

    0下载:
  2. DLL劫持技术当一个可执行文件运行时,Windows加载器将可执行模块映射到进程的地址空间中,加载器分析可执行模块的输入表,并设法找出任何需要的DLL,并将它们映射到进程的地址空间中。-DLL hijacking as an executable file is run, Windows loader maps the executable module to the process' s address space, executable module loader of the inp
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:20.01kb
    • 提供者:宏天
  1. DelphiInsertDLL

    0下载:
  2. 使用WriteProcessMemory函数将DLL的路径名写入到远程进程的内存空间-WriteProcessMemory function using the DLL path name to write to remote process memory space
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:160.72kb
    • 提供者:小路
  1. Code_AllocMemory

    0下载:
  2. win32抛弃了win16的全局内存的概念,每个进程有自己独立的内存空间, 并且不受其他进程影响.这样一来所有代码都只能访问局部资源,但很显然有些 应用必须是全局的,比如你的hook,所以ms必须提供一种折衷的安全的方法.好 在windows中的dll正好可以解决这个问题.-win32 global win16 abandoned the concept of memory, each process has its own separate memory space, and ot
  3. 所属分类:Hook api

    • 发布日期:2017-04-08
    • 文件大小:18.05kb
    • 提供者:xuyaxin
  1. Code_APIData

    0下载:
  2. win32抛弃了win16的全局内存的概念,每个进程有自己独立的内存空间, 并且不受其他进程影响.这样一来所有代码都只能访问局部资源,但很显然有些 应用必须是全局的,比如你的hook,所以ms必须提供一种折衷的安全的方法.好 在windows中的dll正好可以解决这个问题.-win32 global win16 abandoned the concept of memory, each process has its own separate memory space, and ot
  3. 所属分类:Hook api

    • 发布日期:2017-04-06
    • 文件大小:465.54kb
    • 提供者:xuyaxin
  1. Code_BitBlt

    0下载:
  2. win32抛弃了win16的全局内存的概念,每个进程有自己独立的内存空间, 并且不受其他进程影响.这样一来所有代码都只能访问局部资源,但很显然有些 应用必须是全局的,比如你的hook,所以ms必须提供一种折衷的安全的方法.好 在windows中的dll正好可以解决这个问题.-win32 global win16 abandoned the concept of memory, each process has its own separate memory space, and ot
  3. 所属分类:Hook api

    • 发布日期:2017-04-16
    • 文件大小:26.01kb
    • 提供者:xuyaxin
  1. Code_ClipViewer

    0下载:
  2. win32抛弃了win16的全局内存的概念,每个进程有自己独立的内存空间, 并且不受其他进程影响.这样一来所有代码都只能访问局部资源,但很显然有些 应用必须是全局的,比如你的hook,所以ms必须提供一种折衷的安全的方法.好 在windows中的dll正好可以解决这个问题.-win32 global win16 abandoned the concept of memory, each process has its own separate memory space, and ot
  3. 所属分类:Hook api

    • 发布日期:2017-04-16
    • 文件大小:9.78kb
    • 提供者:xuyaxin
  1. Code_ControlExtractor

    0下载:
  2. win32抛弃了win16的全局内存的概念,每个进程有自己独立的内存空间, 并且不受其他进程影响.这样一来所有代码都只能访问局部资源,但很显然有些 应用必须是全局的,比如你的hook,所以ms必须提供一种折衷的安全的方法.好 在windows中的dll正好可以解决这个问题.-win32 global win16 abandoned the concept of memory, each process has its own separate memory space, and ot
  3. 所属分类:Hook api

    • 发布日期:2017-04-17
    • 文件大小:15.84kb
    • 提供者:xuyaxin
  1. DLL

    0下载:
  2. DLL注入一例,将DLL注入任一程序的运行空间。-DLL Injection 1 cases, the DLL into either a program running space.
  3. 所属分类:Hook api

    • 发布日期:2017-04-09
    • 文件大小:1.19mb
    • 提供者:阳光剑客
  1. Agony_fr

    0下载:
  2. rootkit sample to allow to hide file , process, register key, port for the backdoor and update disk space-rootkit sample to allow to hide file , process, register key, port for the backdoor and update disk space
  3. 所属分类:Hook api

    • 发布日期:2014-04-15
    • 文件大小:115.86kb
    • 提供者:ssrootkit
  1. The_ancient_art_of_hook

    0下载:
  2. 用户空间和内核hook详细说明, 很有用-User space and kernel hook details
  3. 所属分类:Hook api

    • 发布日期:2017-04-06
    • 文件大小:498.79kb
    • 提供者:Percy
  1. GetPubIPs

    0下载:
  2. 本程序可以自动获取公网IP然后上传到指定网络地址空间上,而且支持和本机IP变动同步更新IP数据上传到地址空间,开机自动运行,全局快捷键。 本程序是适应中国动态IP而制作,假如有人想在自己机器上架设服务器,但IP是动态的 也就是IP会经常变动,但本程序可以实现IP动态绑定,从而给用户感觉是静态IP的感觉。 本程序在运行中会自己生成一个网页(包含本机IP),上传到指定的网络地址空间,当用户在网络上浏览该网页 该网页会自动转向到本机IP,这一切的一切都是程序自动完成。用户只需要进行
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:15.97kb
    • 提供者:峰回路转
  1. inlinehook_v1.1_by_solosky

    0下载:
  2. Inline HOOK API V1.1 thanks to 海风月影, xIkUg ,sucsor by solosky <solosky772@qq.com> created at 2011.06.29, updated at 2011.06.30 ---------------------------------- Inline HOOK API V1.1 2011.06.30 ----------------------------
  3. 所属分类:Hook api

    • 发布日期:2017-03-23
    • 文件大小:5.31kb
    • 提供者:money
  1. SevenElevate

    0下载:
  2. 远程线程插入(注入)技术指的是通过在另一个进程中创建远程线程的方法进入目标进程的内存地址空间。将*程序以DLL的形式实现后,需要使用插入到目标进程中的远程线程将该*DLL插入到目标进程的地址空间,即利用该线程通过调用Windows API LoadLibrary函数来加载*DLL,从而实现*对系统的侵害-Remote thread into the (injection) technology refers to the process by another method of c
  3. 所属分类:Hook api

    • 发布日期:2017-05-27
    • 文件大小:9.53mb
    • 提供者:mralex
  1. rejian

    0下载:
  2. 这个热键跟以前的热键不一样,以前的热键用了时钟空间,耗损CPU较大,而这个用了模块,耗损CPU较小-This hot key is not the same as with the previous hotkey before the hotkey to use the clock space larger depletion of CPU, and this with the module, wear a smaller CPU
  3. 所属分类:Hook api

    • 发布日期:2017-03-26
    • 文件大小:3.1kb
    • 提供者:王修林
  1. APIH00k

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

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

    0下载:
  2. 使用窗口挂钩来将一个DLL注入到Explorer.exe的地址空间中-Use window hooks to a DLL into the address space of Explorer.exe
  3. 所属分类:Hook api

    • 发布日期:2017-11-08
    • 文件大小:6.32kb
    • 提供者:雨中林
  1. HookTest-and-ADO-access

    0下载:
  2. 利用HOOK技术,截获所有消息,并进行判断,如果是回车或空格按键消息,就将其屏蔽。 在VC中利用ADO访问数据库。-HOOK technology intercepts all messages, and to judge if it is a carriage return or space key messages will shield. Access the database using ADO in VC.
  3. 所属分类:Hook api

    • 发布日期:2017-11-15
    • 文件大小:157.88kb
    • 提供者:jack who
  1. VCHookMSN

    0下载:
  2. 该文档介绍了使用VC创建钩子程序来用来挂载最常用的通讯及时通讯工具MSN,帮助我们理解利用HOOK是怎么样将自己编写的DLL注入已经存在的程序空间中的.-This document describes the use of VC program to create hooks to mount the most commonly used instant messaging communication tool MSN, to help us understand how to use HOOK
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:6.6kb
    • 提供者:yunhaitian
« 12 »
搜珍网 www.dssz.com