搜索资源列表

  1. tmp内存读取

    0下载:
  2. 通过进程读取其内存,可以提权
  3. 所属分类:进程与线程

  1. read

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

    • 发布日期:2024-05-31
    • 文件大小:4096
    • 提供者:严丽平
  1. 获取各种系统信息(操作系统、内存、驱动器、磁盘)

    0下载:
  2. 实现程序的主要函数有四个: GetOsVersion() //取得操作系统版本 GetMemInfo() //取得内存信息 GetDriverInfo() //取得驱动器信息 GetCpuInfo() //取得CPU信息,这里只是读取了注册表的ProcessorNameString具体代码见程序!-procedures to achieve the four main functions : GetOsVersion ()// OS v
  3. 所属分类:系统编程

    • 发布日期:2024-05-31
    • 文件大小:30720
    • 提供者:王明
  1. sbzldlb-内存读取

    0下载:
  2. 1:可以对指定的数据进行查询 2:可以单字节,双字节,四字节查询 3:可以对地址进行修改-one : to be designated for two data : We can single-byte and double-byte and four-byte inquiries 3 : can address changes
  3. 所属分类:Windows编程

    • 发布日期:2024-05-31
    • 文件大小:57344
    • 提供者:素宾
  1. neichun

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

    • 发布日期:2024-05-31
    • 文件大小:109568
    • 提供者:范先生
  1. GameMastera

    0下载:
  2. mfc写的游戏修改器,读取内存修改,总体设计不错-mfc write of the game changes, reader memory changes, good design
  3. 所属分类:进程与线程

    • 发布日期:2024-05-31
    • 文件大小:100352
    • 提供者:毛毛
  1. ReadMemory

    0下载:
  2. ∷内存读取软件 :) - memory reader software :)
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-05-31
    • 文件大小:34816
    • 提供者:xyxb
  1. share_memory

    0下载:
  2. 共享内存原代码,VC++开发,开建立一内存块,读取修改数据-shared memory source, VC development, the establishment of an open block of memory, reading the revised data
  3. 所属分类:其他小程序

    • 发布日期:2024-05-31
    • 文件大小:3901440
    • 提供者:毛东
  1. SupperStdioFile

    0下载:
  2. 一个高效读写文件的类,能按行读取写入,支持内存文件-an efficient type of document literacy, according to read into the trip, the memory support document
  3. 所属分类:文件操作

    • 发布日期:2024-05-31
    • 文件大小:1024
    • 提供者:yayasave
  1. CGStoreBmp

    0下载:
  2. 演示保存一幅BMP文件到指定目录。 利用CGSnapShot抓取一帧图像到内存,然后直接从内存读取图像数据,保存数据到BMP文件。图像的大小由视频输出窗口和视频格式确定。-demonstration preserve a BMP file to the specified directory. CGSnapShot crawls using an image to memory, then read directly from th
  3. 所属分类:视频捕捉/采集

    • 发布日期:2024-05-31
    • 文件大小:3567616
    • 提供者:yinyu
  1. pipedoc

    0下载:
  2. 管道(Pipe)实际是用于进程间通信的一段共享内存,创建管道的进程称为管道服务器,连接到一个管道的进程为管道客户机。一个进程在向管道写入数据后,另一进程就可以从管道的另一端将其读取出来。匿名管道(Anonymous Pipes)是在父进程和子进程间单向传输数据的一种未命名的管道,只能在本地计算机中使用,而不可用于网络间的通信。-pipes (Pipe) for the actual inter-process communication
  3. 所属分类:软件工程

    • 发布日期:2024-05-31
    • 文件大小:6144
    • 提供者:王晓鹏
  1. DdeComm

    0下载:
  2. 这个是通过内存读取的方法实现进程间的通信,已经调试很多次了,直接用没问题-This is a way to read through the memory to achieve inter-process communication, has been testing many times, directly with no problem
  3. 所属分类:通讯编程

    • 发布日期:2024-05-31
    • 文件大小:52224
    • 提供者:张伟平
  1. Memory

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

    • 发布日期:2024-05-31
    • 文件大小:3145728
    • 提供者:杨培科
  1. LinuxProcessCommunication

    6下载:
  2. 创建两个生产者进程和两个消费者进程,生产者进程a需要生成10000个整数,每次都将自己的进程号(用getpid()函数获得)和生成的整数放入共享内存中(共享内存大小为64Byte)。生产者b每次从26个英文字母中选一个,并将自己的进程号和选中的字母放入共享内存中,直到26个字母全部都选中。消费者进程c负责从共享内存中读取数据生产者进程a的数据并且将这些数据写入文件a.out。消费者进程d从共享内存读取进程b的数据后写入b.out中。-T
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-31
    • 文件大小:34816
    • 提供者:ZHANG
  1. demo_ShareMemory

    0下载:
  2. VC编写的共享内存读取的例子,可以用于进程之间的通信-VC prepared to read examples of shared memory that can be used in the process of communication between
  3. 所属分类:Windows编程

    • 发布日期:2024-05-31
    • 文件大小:195584
    • 提供者:dugf
  1. memo

    0下载:
  2. 窗口、进程、模块信息分析工具加内存读取和遍历工具: vc---vs2008 可以作为外挂编写时分析进程、内存的工具,并可以获取所有打开的进程id句柄等信息-Window, the process module information analysis tools plus memory read and Ergodic tools: vc--- vs2008 the time of the preparation can be
  3. 所属分类:外挂编程

    • 发布日期:2024-05-31
    • 文件大小:403456
    • 提供者:李建
  1. GameModifyPack

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

    • 发布日期:2024-05-31
    • 文件大小:1202176
    • 提供者:HuangJacky
  1. shareMem

    0下载:
  2. 非常好的一个文件映射实例,一个程序把文件从硬盘映射到内存,一个程序直接从内存中读取文件。-Very good example of a file mapping, a procedure to file from the hard disk is mapped to the memory, a program to read directly from the memory file.
  3. 所属分类:文件操作

    • 发布日期:2024-05-31
    • 文件大小:2273280
    • 提供者:duan
  1. Test-3

    0下载:
  2. 虚拟内存读取,打开其它进程通过指针读取虚拟内存内容-Virtual Memory Read
  3. 所属分类:系统编程

    • 发布日期:2024-05-31
    • 文件大小:3746816
    • 提供者:wmcss
  1. ClassApi

    0下载:
  2. C#编写的类,利用API封装了键盘鼠标内存读取等功能,包涵代码及详细注释-Written in C# class using the API encapsulates the keyboard and mouse functions such as memory read, bear the code and detailed notes
  3. 所属分类:C#编程

    • 发布日期:2024-05-31
    • 文件大小:8192
    • 提供者:老君
« 12 3 4 5 6 7 8 9 10 ... 27 »

源码中国 www.ymcn.org