搜索资源列表
neichun
- 内存搜索及修改源代码,读取内存地址的数据并修改的例子。-memory search and modify the source code, read memory address data and revised examples.
GameModifyPack.游戏内存读取和修改的五个例子
- 游戏内存读取和修改的五个例子,用delphi编写。需要的朋友可以看一下,Memory read and modify the game five examples of the preparation with delphi. Need to look at the friends
process--help-warrapper-class
- windows mfc process helper class find process and thread read process memory
sys
- 易语言驱动读写内存模块源码,带默认驱动一个。可自行添加驱动修改函数。-Yi language-driven source code to read and write memory module with a default driver. Can add a function-driven changes.
ShareMemory
- 封装共享内存类,用于进程间通信。修改的一方完成后,使用命名事件通知读取方,双方保持内容同步。-Package shared memory class for inter-process communication. After the party changes, use named event notification read side, the two sides to keep the content synchronized.
tk2
- 一个太阁立志传2的内存修改器,主要功能在内存中读取和修改另外一个进程的数据。-A 太阁立志传 2 memory modifier key functions in memory, read and modify data in another process.
clsProcess
- 进程操作的类,可以从进程名枚举进程PID,也可以从窗口标题查找,打开进程,读取长整型,写入长整型,读取字节数组,写入字节数组.压缩包内包含有一个破解示例,破解掉一个判断密码是否正确的程序(仅在内存中进行,不破坏原文件)-Process operations class, you can enumerate the process name from the process PID, you can search for the title from the window, open the pr
CheatEngine
- 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
memoryshare
- 多进程内存共享。包括内存的读写。 多进程内存共享。包括内存的读写。-Multi-process memory sharing. Including memory read and write.
romdll
- 将DLL读入到内存,然后运行,有可能报毒,加壳后应该没有问题。-Read the DLL into memory, then run, there may report drug, packers should be no problem after.
virtual-memory-allocation--tracking
- 编写一个程序,包括两个线程,一个线程用于模拟内存分配活动,另一个用于跟踪第一个线程的内存行为,要求两个线程之间通过信号量实现同步,模拟内存活动的线程可以从一个文件中读出要进行的内存操作。将VirtualAlloc函数的参数flAllocationType分别设置为MEM_RESET,MEM_TOP_DOWN,将flProtect参数分别设置为PAGE_GUARD,PAGE_NOACCESS,PAGE_NOCACHE,执行并查看内存分配的结果。-Write a program that consi
hakgjkdag
- 读写其他进程的内存,适合初学者进行学习研究,不错的源码-Read-write memory of other processes, suitable for beginners to learn research, a good source
Upgrade-The--Process
- 提升当前进程权限,使具有读写其它进程内存内容-Permission to upgrade the current process, so that it can read and write the other process memory content
Readmemory-DEMO
- 看牌器的DEMO代码,有关内存地址读取和修改-DEMO code, look at the sign of the memory address to read and modify
ShareMemery
- 通过利用共享内存的一部分空间,来存储当前内存中存储的数据信息,完成了对内存读写功能的完善。-By using part of the shared memory space to store the data currently stored in memory, completed a perfect memory read and write functions.
MyShareMemory
- 本程序提供了共享内存操作类,使用该类可以方便的完成共享内存的各项操作: 1. 创建、读写共享内存; 2. 支持互斥处理。-This program provides a shared memory operations, the use of such can easily complete the operation of shared memory: 1. Create, read and write shared memory 2. Support exclusive d
yyjlba19
- FileMon是一个监视内存当中的应用程序对磁盘进行读写操作活动的小工具-FileMon is a monitoring application of memory to disk small tools to do activities of read and write operations
archbeeaddress
- 本范例是VC 写的,初学者可以读读, 以图形方式显示CPU内存利用率(This example is written by VC, beginners can read, graphically display the CPU memory utilization)
lock和多线程
- C#,lock和多线程的简单例子,使用线程的好处·使用线程可以把占据长时间的程序中的任务放到后台去处理 ·用户界面可以更加吸引人,这样比如用户点击了一个按钮去触发某些事件的处理,可以弹出一个进度条来显示处理的进度 ·程序的运行速度可能加快 ·在一些等待的任务实现上如用户输入、文件读写和网络收发数据等,线程就比较有用了。在这种情况下可以释放一些珍贵的资源如内存占用等等。(A simple example of C#, lock, and multithreading, the b