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

搜索资源列表

  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. 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. KeybdHook.

    0下载:
  2. 一个十分完整的键盘钩子示例,适合初学者学习,DLL和EXE通讯使用了自定义消息以及共享内存。-A very complete example of the keyboard hook, suitable for beginners to learn, DLL and EXE communications using a custom message, as well as shared memory.
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:40.16kb
    • 提供者:张鲁夺
  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. lpk

    0下载:
  2. LPK劫持DLL源码.支持黑月编译.搜索内存.对内存操作.对DLL内存操作-LPK DLL source hijacking support the black on compilation. The search memory. Memory operation of the DLL memory operations
  3. 所属分类:Hook api

    • 发布日期:2017-03-31
    • 文件大小:13.14kb
    • 提供者:Light
  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. 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. VB-dll-zhuru

    1下载:
  2. VB注入器 内存注入源码 玩么不解释!!适合所有游戏!-VB injector memory injection source to play do not explain! ! Suitable for all games!
  3. 所属分类:Hook api

    • 发布日期:2017-03-22
    • 文件大小:493.53kb
    • 提供者:等我确定
  1. DLL-hijacking-Technology

    0下载:
  2. DLL+劫持技术(内存补丁技术),这种补丁方法,适合制作被ASProtect,Armadillo,Themida等各类强壳保护软件的补丁。-DLL+ hijacking Technology (memory patch technology), this patch method, suitable for the production of ASProtect, Armadillo, Themida and other kinds of strong shell protection soft
  3. 所属分类:Hook api

    • 发布日期:2017-05-01
    • 文件大小:636.11kb
    • 提供者:张华
  1. APIHook

    0下载:
  2. 哈弗曼加密程序 哈弗曼加密程序--Plug workshops injection routine, stratified injection hook into comic injected input method injection network inject threads into the new process injection, inject memory DLL for the novice to improve
  3. 所属分类:Hook api

    • 发布日期:2017-03-24
    • 文件大小:282.7kb
    • 提供者:mggdx
  1. BYTE-DLL-injector-

    0下载:
  2. 收集的很多内存注入的技术文章,含一些源码,VB注入器 内存注入源码 玩么不解释!!适合所有游戏-Collected a lot of memory into technical articles, containing some source code, VB injector memory into the source code to play do not explain!! Suitable for all games
  3. 所属分类:Hook api

    • 发布日期:2017-05-06
    • 文件大小:597.02kb
    • 提供者:xiaoyao
  1. MemoryModule-0_0_4

    0下载:
  2. 一个支持64位的内存加载dll源码,公开版。(A support for 64 bit memory load DLL source code, open version.)
  3. 所属分类:钩子与API截获

    • 发布日期:2017-12-25
    • 文件大小:27kb
    • 提供者:宅^_^
搜珍网 www.dssz.com