搜索资源列表
使用内存映射文件共享数据的例子 FileMap.zip
- 使用内存映射文件共享数据的例子
进程线程间共享数据的DLL
- 应用内存映射文件方式,实现了在应用程序的进程之间进行共享数据-application memory mapping document, achieved in the application process for sharing data between
link_WTL
- 这是用WTL编写的界面程序, Debug中有一个查看内存的服务程序 会将查看得到的内存数据写进Debug目标下一个文本文件中 可以通过本程序实现与服务程序之间的通讯-This is WTL prepared by the interface procedures, Debug is a memory check service program will check data to be written into the memory Debug next target text fi
ReadMem
- unit ReadMem interface uses TLHelp32,Windows function GetMems(PID:longword baseaddress:string= len:integer=0):string //获取指定进程中的~内存数据 implementation function UpperCase(const S: string): string var Ch:Char L:Inte
OperateMemoryVB
- 通过文件句柄获得其他应用程序的内存数据。使用了一些底层的API函数,程序短小精悍,适用于破解、自动获得内存数据的场合。
mdb
- 一个自行开发的内存数据管理的包,实现了部分内存数据库的功能。
ssjSourcecode_Hook20080630
- 搜神记游戏的外挂源代码,非常完整,有Hook等的调用抓内存改内存数据,分析/构造数据包。
ShareMem
- VC下的共享内存类,可以添加删除数据。共两个文件ShareMem.cpp和ShareMem.h-VC under the shared memory class, you can add delete data.
MemRepair
- 一个非常简单的内存修改软件,可以修改某个应用程序的内存数据-A very simple memory modify the software, you can modify an application' s memory data
sekurlsa.dll.sourcecode
- 逆向sekurlsa.dll_实现读内存获得开机密码 不用注入,读lsass内存数据即可。以前说的失败什么的大多是注入方式时候安全软件 给拦截了。而读内存皆可。在我的Win 7,WinXP3,Win2K3(均 32位系统)均可正常显示。 只是不论注入还是读内存都要对lsass进程操作,需要一定权限。-The read memory reverse sekurlsa.dll_ achieve obtained boot password without injection, re
sharedmemry
- linux 多线程编程, 共享内存传递数据,为了实习多个线程同时访问数据,需要互斥,保证数据同步等-linux multithreaded programming, shared memory to transfer data, in order to practice multiple threads simultaneously access the data, need mutual exclusion, to ensure data synchronization
NextDll
- 类似CE功能 搜索内存数据地址 待完成-This Application Find Windows MemAddsree
使用内存映射文件共享数据的例子 FileMap
- 使用内存映射文件共享数据的例子- The use memory maps the document sharing data the example
MemoryViewer
- 可以查看当前机器上运行的任何进程的内存映象。在调试、破解程序时可以使用。比如可以读取WinXP下“扫雷”程序的地雷数据。-Can view the current machines running on any process of memory mapping. In the debugging process can be used to crack. For example, under WinXP can read
LinuxProcessCommunication
- 创建两个生产者进程和两个消费者进程,生产者进程a需要生成10000个整数,每次都将自己的进程号(用getpid()函数获得)和生成的整数放入共享内存中(共享内存大小为64Byte)。生产者b每次从26个英文字母中选一个,并将自己的进程号和选中的字母放入共享内存中,直到26个字母全部都选中。消费者进程c负责从共享内存中读取数据生产者进程a的数据并且将这些数据写入文件a.out。消费者进程d从共享内存读取进程b的数据后写入b.out中。-The process of the creation of
DllPatch
- DLL内存补丁,由于DLL加载需要重定位,基地址变化,该工具可动态查找指定进程和DLL,并对DLL的相对地址进行修改,遍历进程和DLL,获取DLL基地址,写入数据长度,数据内容-DLL memory patch, because of relocation required DLL is loaded, change the base address, the tool can search the specified dynamic process and DLL, the relative
MDump_src
- 用鼠标随意获取一个程序的窗口,然后取的该窗口程序的所有内存数据,非常实用,强烈推荐。老外写的程序的确有水平。-Mouse random access to a program' s window, and then take all of the windows program memory data, very useful, it is strongly recommended. Written procedures for foreigners there is indeed a l
SOCKET-Linux-chat
- 本程序在ubuntu下用C语言实现,采用server/client模式,服务端通过功效内存存储聊天记录,发给每个客服端-Under this program in ubuntu with the C language, using server/client model, the effectiveness of memory storage server through the chat, each customer-side distributed
FileMapTransTxt
- VC++通过内存映射在程序间交换数据,通过这个小实例,你会了解到以下技巧:在内存映像中创建对象,将文件视图映射到一个进程的地址空间上、返回LPVOID类型的内存指针、给映像内存数据赋给本地变量、释放映像内存、更新数据等。 -VC++ through the memory mapping between programs exchange data through this small example, you will learn the following skills: in the m
CMemFileDemo
- vc——使用内存映射文件来共享数据\CMemFileDemo的程序源码,值得一看!-vc- memory mapped files to share data \ CMemFileDemo the program source code, worth a visit!