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

搜索资源列表

  1. DLL

    0下载:
  2. 驱动编程, 实现hook writeprocememory 达到读写内存的 目的,不信你也试试 驱动编程, 实现hook writeprocememory 达到读写内存的 目的,不信你也-Driven programming, hook writeprocememory purpose to read and write memory, do not believe you try to drive programming, hook writeprocememory purpose to
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-02
    • 文件大小:10517
    • 提供者:刘丰铭
  1. SRAM

    1下载:
  2. KEIL开发的基于STM32F407外部扩展内存的实例。外部扩展2M的SRAM,实现了读写功能。代码由微雪开发板测试通过-KEIL development Based on STM32F407 external expansion memory instance. External expansion 2M of SRAM, the read and write capabilities. By the test code by Flurries development board
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-03-31
    • 文件大小:2299233
    • 提供者:心情好
  1. smbus_op

    0下载:
  2. DOS下面进行SMBUS读写的小程序。 SMBUS上面一般挂着内存SPD,ClockGen,Thermal Sensor等器件配置信息。 本程序适用WatcomC编写-DOS to read and write the following small program to SMBUS. SMBUS usually hung above the memory SPD, ClockGen, Thermal Sensor devices and other configuration info
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:20910
    • 提供者:全达昆
  1. Intercept_cr3

    2下载:
  2. 截获CR3指令来防止读写进程内存。在KiSwapProcess和SwapContext中的mov cr3,eax指令前进行拦截。-The code intercepts CR3 to prevent read or write of process memory.
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-28
    • 文件大小:5929
    • 提供者:王波
  1. ring0

    0下载:
  2. ring0读写特定端口,读写msr,读写内存等。-ring0 read rdmsr,wrmsr ,read memory and so on.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:10190
    • 提供者:
  1. caoleishixianDlg

    0下载:
  2. 我参考网上的一篇用od分析扫雷做的扫雷辅助,初中高级都是一秒搞定。通过读写内存模拟按键实现-I refer to an online od of mine to do with mine clearance assistance, junior high school senior is second buttoned. Achieved by reading and writing memory simulation button
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-30
    • 文件大小:2468
    • 提供者:haodawei123
  1. NDS_Specifications

    0下载:
  2. 工程技术文档:NDS游戏机系统描述文档(英文版),包括NDS内存地址、中断、LCD控制、卡读写等全套描述,非常详细!-Engineering and technical documents: NDS game system described in the document (in English), including the NDS memory address, interrupt, LCD control, card reader etc. described in great deta
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:125834
    • 提供者:于建华
  1. TestLoadSys

    1下载:
  2. 简单的驱动加载!使用用来写驱动读写内存功能,可过NP,TP等外挂检测-Simple driver loaded! Used to write the drive to read and write memory function, can be over-NP, TP plug-in detection! !
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-12-01
    • 文件大小:744120
    • 提供者:咬牙
  1. btgua

    0下载:
  2. 完美世界BT外挂源码,读写内存基本操作。-BT-source plug-perfect world, the basic operation to read and write memory.
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-03
    • 文件大小:8047
    • 提供者:11543046
  1. WinIoTest

    0下载:
  2. 本程序可以饶过WINDOWS操作系统对端口和物理内存直接读写!-This procedure can not executed on the WINDOWS operating system ports and physical memory directly read and write!
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:7949
    • 提供者:Luo
  1. KeChengSheJi

    0下载:
  2. (1)能允许多个用户登录,为每个用户建立进程或线程,并进行进程管理; (2)能为进程模拟分配内存,并设计一个跟踪该内存模拟分配的进程或线程,记录内存分配的结果; (3)能模拟文件系统管理,进程可以对文件系统(包括文件和目录)进行读、写、创建、删除、打开、关闭等操作; (4)能模拟进程通信管理,用户之间可以相互通信交流; (5)最好能采用类似于Windows的窗口界面; -(1) to allow multiple users to log on, for each user
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1290436
    • 提供者:唐吟
  1. AES()

    0下载:
  2. 1、更正了原来的1.0版本的所有内存泄漏问题。 2、使用了文件读写的缓冲技术,对加密与解密在速度上都有一定的加快。 3、使用了进度条来显示加密与解密的进度,使其过程更加生动,不单调。 4、使用了多线程技术,这对于有多处理机的计算机来说,速度有一定的提高。 5、使用了与原始AES加密/解密算法中对状态数组按列处理等价的按行来处理数 据(当然在相应的函数中也作了相应的修改),避免了对状态数组的转置操作, 加快了加密与解密的速度。 6、提供了检查所选择的存放加密/解密文件的
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:82137
    • 提供者:liu
  1. Memory_Test

    0下载:
  2. 此源代码是s3c44b0x 的内存访问和读写程序,已经调试成功-This source code is S3C44B0X to read and write memory access and procedures, has been testing the success of
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-07
    • 文件大小:5203
    • 提供者:lchunsong
  1. DMA_Test

    0下载:
  2. 此源代码是s3c44b0x 的内存访问和读写程序,已经调试成功-This source code is S3C44B0X to read and write memory access and procedures, has been testing the success of
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-14
    • 文件大小:3984
    • 提供者:lchunsong
  1. putQueue

    0下载:
  2. LIUNIX下,内存队列的读写处理软件,抛砖引玉 -LIUNIX, the memory queue to read and write processing software, start
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2295
    • 提供者:goldren
  1. checksysinfo

    0下载:
  2. delphi源代码。监测系统性能,可显示物理内存使用情况,CPU使用情况,以及磁盘的读写情况。本人原创,不妥之处还请高手指点。对开发系统资源应用方面可参考一下。-delphi source code. Monitoring system performance, can display physical memory usage, CPU usage, as well as disk read and write cases. I created, the inadequacies also r
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:224926
    • 提供者:suibian
  1. RWAPIasm

    0下载:
  2. hook rpm 和 wpm 函数来获取外部程序对其他程序读写内存的情况-hook rpm 和 wpm 函数来获取外部程序对其他程序读写内存的情况
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:50596
    • 提供者:乐乐
  1. Binary_Tree

    0下载:
  2. Binary_tree.cpp :执行文件生成所有二叉树 这样做的目的C + +程序是产生所有二叉树指定节点数目。 基本思想是衍生所有二叉树基于退化树。 该算法的动机是圆括号法则代表二叉树。 一组括号可通过字典秩序排列,由此也可以产生二叉树。但该算法代码中并没有简单地转换括号代表性 它一直在改变过去的节点从最新二叉树下一可能位置(在这里,我们假设右向是正确的退化树方向) 。 该文件还提到计算机内存时(读/写)和avarage参考值。 这个工程在Microsof
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3186
    • 提供者:hunter
  1. javafso

    0下载:
  2. * 简单的读/写文本文件的示例 * 这里包含了三个例子,即 * 1. 将文件读入到内存(这里是StringBuffer)的例子 * 2. 将内容中的文本写到文件 * 3. 将一个文件的内容读出来写入另一个文件中 同时也展示了如果从输入流中读出来内容写入输出流中(仅限文本流) 三个例子可以独立存在,所以根据需要只看其中一个就行了-* A simple read/write a text file that contains the sample* of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2084
    • 提供者:周勇
  1. netsend

    0下载:
  2. 多线程网络传输的例子,非常有帮助。客户端一次发送65000字节的包,服务端负责组装并处理数据粘连,文件的多线程读写采用windows内存映像技术。-Multi-threaded network transmission example, very helpful. Client to send a 65,000-byte packets, client services and processing of data is responsible for adhesion assembly, do
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-24
    • 文件大小:54721
    • 提供者:大辉
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 25 »
搜珍网 www.dssz.com