CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - read memory

搜索资源列表

  1. neichun

    0下载:
  2. 内存搜索及修改源代码,读取内存地址的数据并修改的例子。-memory search and modify the source code, read memory address data and revised examples.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:107.72kb
    • 提供者:范先生
  1. read

    0下载:
  2. 通过API实现对内存访问的一个例子。读取大文件的速度很快-through API memory of a visit examples. Readers of large files fast
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4.33kb
    • 提供者:严丽平
  1. StackWalker

    0下载:
  2. In some cases you need to display the callstack of the current thread or your are just interested in the callstack of other threads / processes. Therefore I wrote this project. The goal for this project was the following: Simple interface t
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:64.53kb
    • 提供者:haha
  1. GameModifyPack.游戏内存读取和修改的五个例子

    0下载:
  2. 游戏内存读取和修改的五个例子,用delphi编写。需要的朋友可以看一下,Memory read and modify the game five examples of the preparation with delphi. Need to look at the friends
  3. 所属分类:进程与线程

    • 发布日期:2015-12-31
    • 文件大小:1.15mb
    • 提供者:HuangJacky
  1. sys

    2下载:
  2. 易语言驱动读写内存模块源码,带默认驱动一个。可自行添加驱动修改函数。-Yi language-driven source code to read and write memory module with a default driver. Can add a function-driven changes.
  3. 所属分类:进程与线程

    • 发布日期:2016-01-24
    • 文件大小:8.93kb
    • 提供者:刘智强
  1. FileMapping(csharp)

    1下载:
  2. 在C#中使内存映射文件方式进行文件读写, 文件读写功能由一个C++写的DLL提供. 附件内含有完整的DLL工程和C#调用工程.-In the C# Make the memory-mapped files of papers to read and write, file read and write function by a C++ Provide written DLL. Annex DLL contains a complete engineering and C# Call works
  3. 所属分类:File Operate

    • 发布日期:2017-03-21
    • 文件大小:38.38kb
    • 提供者:张鲁夺
  1. use-WINIO-read-above2Gmemory-address

    0下载:
  2. 这是一个编程资料,教你如何在windows下访问大于2G内存的空间,并附下载地址。-This is a programming information, teach you how to access the windows larger than 2G of memory space, along with download address.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1.33kb
    • 提供者:stjlu
  1. code

    2下载:
  2. 驱动级读写内存。过目前一般保护游戏。如NP等-Driver-level memory read and write. General protection than the current game. NP such as
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-15
    • 文件大小:5.62kb
    • 提供者:mfch666
  1. Memory

    1下载:
  2. 通过VC++MFC编程来实现计算机的内存的读取与管理,-Through VC++ MFC programming to achieve read the computer s memory and management,
  3. 所属分类:Static control

    • 发布日期:2017-05-13
    • 文件大小:178.88kb
    • 提供者:杨培科
  1. EEPROM

    0下载:
  2. 电可擦除可编程只读存储器EEPROM可分为并行和串行两大类。并行EEPROM在读写数据是通过8位数据总线传输,而串行EEPROM的数据是一位一位的传输。虽然与并行EEPROM相比,串行传输数据较慢,但它体积小、专用I/O口少、低廉、电路简单等优点,因此广泛用于智能仪器、仪表设备中。-Electrically erasable programmable read-only memory EEPROM can be divided into two major categories of paral
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:67.58kb
    • 提供者:huanghua
  1. WR_test

    0下载:
  2. read and write to test the SD flash memory
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:84.66kb
    • 提供者:Asher
  1. MntMemCPUHD

    1下载:
  2. 用来读取内存占用率,CPU占用率和磁盘剩余空间的类。-Occupancy rate is used to read memory, CPU utilization and disk space remaining categories.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1.53kb
    • 提供者:mason
  1. VBHighestjurisdictionoperationmemory

    0下载:
  2. 很多游戏的内存无法读取,把本身提升至系统权限后就可以操作了-The memory can not read a lot of the game itself to upgrade to the system privileges can be manipulated after the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:8.87kb
    • 提供者:suqingfeng
  1. mm-dram

    0下载:
  2. This module implements a Linux character-mode device-driver for the processor s installed physical memory. It utilizes the kernel s kmap() function, as a uniform way to provide access to all the memory-zones (including the "high memory" on s
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:8.15kb
    • 提供者:jeevan
  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. CheatEngine

    0下载:
  2. This a very nice program, it can read all the memory with all active processes/treads, enebale you to do changes in threads/processes. -> Example you can find the HalfLive - game - Health tread and change your health value ... for strategy game
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-16
    • 文件大小:4.01mb
    • 提供者:Fire
  1. mem read

    0下载:
  2. reading the memory from linux
  3. 所属分类:系统编程

    • 发布日期:2013-04-19
    • 文件大小:621byte
    • 提供者:thomas.scariah
  1. read-obv

    1下载:
  2. 对精密星历的读取,实现了对精密星历的读取记忆存储,简单易懂。-Read the precision ephemeris, to achieve the precision ephemeris read memory storage, easy to understand.
  3. 所属分类:File Operate

    • 发布日期:2017-05-21
    • 文件大小:5.69mb
    • 提供者:linqy
  1. GetMemoryMap

    0下载:
  2. 在 UEFI shell 下,读取内存信息。(Read Memory info under UEFI shell)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:1kb
    • 提供者:ffyun329
  1. [VietAutoIT.com]testmemory_0

    0下载:
  2. Read Memory of process and change value if you find the base address of it.
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:3kb
    • 提供者:Ba
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com