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

搜索资源列表

  1. Memory

    0下载:
  2. 内存空间不能跨进程访问的原因主要在于不同进程都有自己的页目录和页表。进程切换的很大一块也就是切换掉页目录。 Windows自己的ReadProcessMemory最终也是通过KeStackAttachProcess附加到目标进程空间执行拷贝的。但是中间的N个内核函数调用现在被很多保护系统Hook掉并保护起来了,所以要通过这层层关卡读到东西还是不那么简单的。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2.53kb
    • 提供者:sdlylz
  1. Api Hook和封包拦截技术

    0下载:
  2. const WM_UNSUBCLASS = WM_USER + 2001 //卸载子类化消息 WM_SENDDATA = WM_USER + 2003 //收到要发送新数据包的消息 type PMyDLLVar = ^TMyDLLVar //用来共享的内存数据结构 TMyDLLVar = record SubClass: Boolean //是否已经子类化 HookWindow, SpyWindow: LongWORD //要安装HOOK的窗口及用于接收消息的窗口 hHook: LongWORD
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:194.47kb
    • 提供者:黄春标
  1. HOOKneicunduxie

    0下载:
  2. HOOK内存读写,.版本 2 .支持库 eAPI .程序集 窗口程序集1 .子程序 __启动窗口_创建完毕 -HOOK memory read and write. Version 2. Support library eAPI. An assembly window assembly 1. Subroutines _ __ launch window has been created
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:98.64kb
    • 提供者:崔金栋
  1. Hook

    0下载:
  2. JJ斗地主封包的截获与解密函数,使用勾子,消息,内存共享.-JJ Landlords packet interception and decryption function, using the hook, the message, the memory sharing.
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-23
    • 文件大小:2kb
    • 提供者:hjf
  1. delphi-hook-readwrite

    0下载:
  2. delphi hook内存读写,可以拦截其他程序的读写操作以及读写数据,比如有些外挂可以用此工具找出他对游戏的具体操作,从而自己可以写一个功能和他一样的外挂出来-delphi hook memory read and write, can intercept and read and write operations of other programs to read and write data, for example, some plug-in can use this tool to f
  3. 所属分类:钩子与API截获

    • 发布日期:2014-01-24
    • 文件大小:47.46kb
    • 提供者:wangyong
  1. VB

    1下载:
  2. 获得句柄容易,用GetCursorPos和WindowFromPoint就可以,但截获消息有点难,因为不在一个内存地址空间里。 用钩子 全局鼠标钩子。 -Get a handle easily, with GetCursorPos and WindowFromPoint can, but intercepted the message a bit difficult, because not a memory address space. Global mouse hook with
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:6.86kb
    • 提供者:xx
  1. fighter9-29

    0下载:
  2. 程序的作用是在桌面生成一个会移动会开炮的icon,当它探测到面前有移动物体时就开炮,炮弹会把桌面炸开。一个简单的小程序,用到了API,钩子,内存映射。-The role of procedures in the Desktop Mobile will generate a fire will be the icon, when it is to detect moving objects before them on fire, artillery explosion will be the d
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:463.04kb
    • 提供者:lvxinjie
  1. source_delete_new

    0下载:
  2. 解决内存泄露的源代码,重载了NEW DELETE 函数,通过获取指针的钩子,截获内存泄露的元凶-Solve the memory leak of source code, overloading the NEW DELETE function, through access to the hook pointer, memory leak intercepted the culprit
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:2.45kb
    • 提供者:gezhenjiang
  1. hook

    0下载:
  2. VBAPIHooker - API拦截类(这是主角,它需要用到以下三个类) VBMemoryAllocator - 内存分配管理类 VBPEFnLocator - PE文件导入/导出函数定位类 VBMiniWindow - 迷你消息窗口类-VBAPIHooker- API interception type (which is the main character, it needs to use the following three categories) VB
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:58.82kb
    • 提供者:soul
  1. HookProcessMemory

    1下载:
  2. hook read/write process memory 本程序可以监视一些进程外的内存操作行为。可以用来分析某些内存修改器,内存补丁的动作。 附上VC6源代码,hookapi核心部分用的使用detours库,不懂可以baidu一下 作者:毕飞-hook read/write process memory of the program can monitor the operation of some process of memory behavior. Can b
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:91.39kb
    • 提供者:123
  1. NtOpenProcess

    0下载:
  2. Hook legal para aprender NtOpenProcess[Inline Hook]
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:16.22kb
    • 提供者:munizf
  1. 55555

    0下载:
  2. 内存读取 基址 HOOK钩子 舞林外传代码舞林外传代码-Memory base address read HOOK hook code dance dance Lin Lin rumor rumored code
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:512.73kb
    • 提供者:QQ316118740
  1. object-hook

    0下载:
  2. 信息隐藏亮点之一: 将rootkit作为资源隐藏于用户模式程序之中 亮点之二: 将这个用户程序代码作为生成密钥的引子,可以有效地防止逆向后,隐藏信息被纰漏,因为只有逆向后生成的 代码,跟原作者的代码丝毫不差,将来才能打开其隐藏至深的下载者链接及代码。 亮点之三:用一个固定的KEY,通过某种运算,产生出1024个密钥组成的数组。 然后用这个密钥组与用户代码进行运算,最终生成一个4字节的解码KEY。 利用解码KEY,在从加载到内存的驱动中,找出隐藏在其资源中的那份肮脏的 下载
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:11.07kb
    • 提供者:wu
  1. SYSENTER-hook

    0下载:
  2. SYSENETER是一条汇编指令,它是在Pentium® II 处理器及以上处理器中提供的,是快速系统调用的一部分。SYSENTER/SYSEXIT这对指令专门 用于实现快速调用。在这之前是采用INT 0x2E来实现的。INT 0x2E在系统调用的时候,需要进行栈切换的工作。由于Interrupt/Exception Handler的 调用都是通过 call/trap/task这一类的gate来实现的,这种方式会进行栈切换,并且系统栈的地址等信息由TSS提供。这种方式可能会引起多
  3. 所属分类:Hook api

    • 发布日期:2017-03-26
    • 文件大小:30.31kb
    • 提供者:wu
  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. XueTr

    0下载:
  2. 1.进程、线程、进程模块、进程窗口、进程内存信息查看,热键信息查看,杀进程、杀线程、卸载模块等功能   2.内核驱动模块查看,支持内核驱动模块的内存拷贝   3.SSDT、Shadow SSDT、FSD、KBD、TCPIP、IDT信息查看,并能检测和恢复ssdt hook和inline hook   4.CreateProcess、CreateThread、LoadImage、CmpCallback、BugCheckCallback、Shutdown、Lego等Notify Routine信息查
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3.53mb
    • 提供者:接收
  1. sd

    0下载:
  2. HOOK内存读写工具源码(盗别人辅助基址)-The HOOK memory read and write tool source (Pirates of the others auxiliary base address)
  3. 所属分类:易语言编程

    • 发布日期:2013-07-07
    • 文件大小:5.74kb
    • 提供者:
  1. HOOK

    1下载:
  2. 内存读写工具源码(盗别人外挂基址)注入进行街区-Memory read and write tool source (Pirates of the others plug the base address)
  3. 所属分类:Game Hook Crack

    • 发布日期:2016-01-24
    • 文件大小:112kb
    • 提供者:xuanyu
  1. HOOK2222

    0下载:
  2. HOOK内存读写工具源码,可以用本工具跟踪别人外、挂基址。-HOOK memory read and write tools source code, you can use this tool tracking others linked to the base address.
  3. 所属分类:ELanguage

    • 发布日期:2017-11-12
    • 文件大小:443.08kb
    • 提供者:王文
  1. HOOK

    0下载:
  2. HOOK内存读写,可用于过大多数游戏的检测-HOOK memory reader can be used to detect over most of the game
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-29
    • 文件大小:161.9kb
    • 提供者:张哲
« 12 3 4 »
搜珍网 www.dssz.com