搜索资源列表
sysinfo(vc++)
- 改系统是用VC++开发的一个显示系统信息的小程序,实现的相关内容:系统内存,IP,CPU信息-system is changed with the development of a VC Display System Information small programs to achieve the relevant content : system memory, IP, CPU Information
ssjSourcecode_Hook20080630
- 搜神记游戏的*源代码,非常完整,有Hook等的调用抓内存改内存数据,分析/构造数据包。
图形显示CPU内存利用率hf
- 本范例是VC 写的,初学者可以读读. 以图形方式显示CPU内存利用率,可以在它基础上改一改,作其它用途.-example of this was the VC, beginners can read. A graphic display of CPU memory utilization, it can be based on modified for other uses.
MYdll
- 诛仙的dll,vc编写的,重新改了注入方式,放线程增加,防止内存增大-诛仙the dll, vc prepared to re-changed into the way of increased release thread to prevent the memory increase
MemModify
- 进程内存搜索的代码,在此基础上可以改成游戏修改器等内存修改工具-The process of memory search code, on this basis can be changed to modify the game to modify the memory tools, etc.
pj-e1
- 取软件窗口后再修改内存地址 内含1个文件-Modify the software window and then take the memory address E Source
qmPlugin
- 按键精灵的一个插件 注入汇编,实时获取动态内存地址,原理是:将一行指令改成 jump addr, 然后再新的addr处理,最后跳回。 具体代码在JYplugIn里,外围代码是编译插件所必须的,编译结果为dll。 原创,转载注明出处...上传几个我自己的源码都被人上传过了,-Wizard button, a plug-in into the compilation of real-time access to dynamic memory address, the principle
neicunfenpei
- 编写一个程序,创建两个线程,一个用于内存分配,另一个用于跟踪内存的分配情况并打印信息。将VirtualAlloc函数的参数ftAllocahonType分别改为MEM_RESET或MEM_TOP_DOWN,将nProtect参数分别改为PAGE_GUARD、PAGE_NOACCESS或PAGE_NOCACHE,再进行本实习的各项操作,再查看内存分配的各个结果,分析原因。尝试调换分配、回收、内存复位、加锁、解锁、提交、回收的次序,查看结果,并分析原因。-Write a program that c