搜索资源列表
selfdel
- 实现可执行程序的自删除功能,程序运行结束后自动删除可执行程序文件,在 vc6和vc8直接编译就行。用到了 shellcode,老外写的,我把文件删除的功能提取了出来。另外用到 CreateProcess, WriteProcessMemory等函数。学习进程和shellcode很不错的例子。
CMutex
- vc6下实现的多线程同步例子。本例很好的说明多线程同步方法的使用。同步方法是互斥体,使用的是mfc中互斥对象,简单易用很适合初学线程控制学习。
MultiThread
- 本源码是Windows环境下多线程编程的一个实例,在VC6.0下编译通过,大家可以学习一下。-Multi thread cource code under windows platform
create-and-terminate-Process
- 进程的创建与撤销,能在VC6.0中运行,简单的学习进程的创建与撤销相关内容-Creation and revocation of the process can be run in VC6.0, the creation of simple learning process and revocations
Game-MemRepair
- 使用vc6.0编写的一个游戏内存修改器,其功能与金山游侠之类软件类似,可以修改当前的生命力,金钱值,通过Windows程序多线程实现,是一个学习多线程的很好的例子。-The use of a memory game written in VC6.0 modifier, its function and Jinshan drifter like similar software, can modify the current vitality, money value, through the W
AfxBeginThreadTest
- VC++ 多线程测试程序,VC6.0 工程,很好的学习例程-VC++ , AfxBeginThread