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

搜索资源列表

  1. XWPE

    0下载:
  2. 这是截包和发包的小工具(用到ws_32.dll和hook技术、共享内存。。),其中SendUdp.dll本来想用delphi写的因为vc++指针操作快,-This is the cut-off delivery of the package and small tools (used ws_32.dll hook and technology, shared memory. .) , SendUdp.dll which had wanted to use delphi write because
  3. 所属分类:钩子与API截获

    • 发布日期:2014-01-14
    • 文件大小:380.42kb
    • 提供者:song
  1. HookWriteProcessMemory

    0下载:
  2. 通过hook的方式的方式来写内存的例子:通常这一技术使用在*和内存注册机中,对初学hook的朋友有一定价值-hook through the modalities of the way to write the memory examples : Typically, the technology used in store and memory RI, on the hook when a friend has a certain value
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:88.41kb
    • 提供者:Alan
  1. sendandreve

    0下载:
  2. 很久没写与工作无关的代码了。这是截包和发包的小工具(用到ws_32.dll和hook技术、共享内存。。),其中SendUdp.dll本来想用delphi写的因为vc++指针操作快,所以就
  3. 所属分类:钩子与API截获

    • 发布日期:2014-01-18
    • 文件大小:379.86kb
    • 提供者:hjt15000
  1. gamehook

    1下载:
  2. 使用vs.net,c#开发的*程序, 利用全局键盘钩子激活*, 通过进程内存读写技术,实现扫雷和连连看3的*功能。-use vs.net, c # development of the external procedure, and use the keyboard hook overall external activation, through the process of reading and writing memory technology, and the 1000 bloc
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:16.63kb
    • 提供者:稷下剑圣
  1. neicunbaoh.rar

    0下载:
  2. 修改内存保护的对写*有帮助!修改内存保护的对写*有帮助!,Modify the memory protection will help to write plug-ins! Modify the memory protection will help to write plug-ins!
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:8.29kb
    • 提供者:
  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. HOOK_Process32Next

    0下载:
  2. .版本 2 HOOK_Process32Next.停止Hook () 返回值 = api_Process32Next (hSnapshot, lppe) 原进程名 = 指针到文本 (lppe + 36) 实际应用中 换用效率高的代码 输出调试文本 (原进程名) 新进程名 = “yinkirby” 写到内存 (新进程名, lppe + 36, ) 实际应用中 换用效率高的代码 HOOK_Process32Next.开始Hook () 返回 (返回值) -.
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:3.56kb
    • 提供者:nghg
  1. debugtool

    1下载:
  2. hook 内核内存读写 隐藏进程 反汇编 发邮件 请联系作者wangjinrong_123@126.com-hook kernel memory read and write email hidden disassembly process please mail to author: wangjinrong_123@126.com
  3. 所属分类:Hook api

    • 发布日期:2017-04-09
    • 文件大小:1.83mb
    • 提供者:3333
  1. zhuruqi

    0下载:
  2. dll注入的基本方法,列子中通过动态调用dll的方式,将zhuruqi.dll加载到qq.exe的内存中,当然要首先从进程列表中取得qq.exe的pid号。写的不好,但是原理上能通,而且注释了,以后会慢慢改进。-dll into the basic method, the dynamic call dll Liezi by the way, will be loaded into qq.exe zhuruqi.dll memory, of course, must first obtain qq
  3. 所属分类:Hook api

    • 发布日期:2017-05-19
    • 文件大小:4.97mb
    • 提供者:工序龙
  1. Src

    0下载:
  2. 以前学习PE格式和游戏*还有病毒的时候写的一个半成品.主要功能有PE查看器.进程浏览器.内存修改器,以及网络嗅探器. DLL注入,代码注入,*-Before learning PE format and game hacking and when the virus writing a semi-finished products. The main function have PE viewer. Process the browser. Memory modifier, and
  3. 所属分类:Hook api

    • 发布日期:2017-03-26
    • 文件大小:309.61kb
    • 提供者:禁区
  1. memory-management

    0下载:
  2. 这是一个用于C或C++程序开发的内存防护系统,它可以有效的侦测到内存泄漏及内存读写异常的发生,并可以精确的指出发生问题的原因及相关的代码。相对与1.0版,2.1版本采用了全新的内核,应用了私有堆、虚拟内存、多线程存储等诸多技术-memory management
  3. 所属分类:Hook api

    • 发布日期:2017-06-19
    • 文件大小:26.67mb
    • 提供者:leonfan
  1. VBreadwrite-memoryDLLDemo

    0下载:
  2. 驱动读写内存用C++编写,并用VB进行实例操作,并带有详细注释。-Drive read-write memory written in C++, VB and used to instantiate operation, and with detailed notes.
  3. 所属分类:Hook api

    • 发布日期:2017-04-30
    • 文件大小:24.13kb
    • 提供者:zhaokun
  1. 6473720

    0下载:
  2. 一个用C写的内存管理系统,模拟操作系统内存,很好不错的-A memory management system written in C, simulation operating system memory, good good
  3. 所属分类:Hook api

    • 发布日期:2017-12-15
    • 文件大小:35kb
    • 提供者:QHR$6710
  1. 常用注入调试函数

    1下载:
  2. 常用注入调试函数。包括查找pid 打开进程 读写内存 远程注入 模块枚举 等
  3. 所属分类:钩子与API截获

搜珍网 www.dssz.com