资源列表
Thread-Synchronization
- 调用SDK win32 api来编写多线程的程序,很好地说明了线程同步问题,通过稍微的更改原程序,就可以是原来没有考虑线程同步问题的程序解决同步问题。该源代码给出了最终完整代码,很有帮助学习。-SDK win32 api to write multi-threaded programs is called a good illustration of the thread synchronization problem, through slight changes to the origin
Pipe
- A进程启动B进程,A、B之间建立一个管道Pipe,A、B之间利用管道进行数据通信-A process to start the process B, A, B is established between a pipe the Pipe A, B, between the use of pipelines for data communication
ThreadDemo
- windows thread development
hide
- 在2000和xp系统下,隐藏进程,VC6.0测试通过-VC6.0 test by 2000 and xp system, hidden process
ClearVC
- 为vc工程瘦身的一个很实用的软件源代码,可以选择性的完成你的工程清理工作-The good dynamic library learning software to achieve the creation of a dynamic library, the procedure is called
attach_1220162680StressMark
- 一个软件测试的程序,可以完成软件的一些基本的测试工作,比如压力测试等-A software testing program can be completed basic software testing, such as stress tests
dllDlgPad
- window32 sdk dll 窗口 多线程 -window32 sdk dll windows multithreading
dllzhuru
- DLL的远程注入技术 - DLL的远程注入技术是目前Win32病毒广泛使用的一种技术。使用这种技术的病毒体通常位于一个DLL中,在系统启动的时候,一个EXE程序会将这个DLL加载至某些系统进程(如Explorer.exe)中运行。这样一来,普通的进程管理器就很难发现这种病毒了,而且即使发现了也很难清除,因为只要病毒寄生的进程不终止运行,那么这个DLL就不会在内存中卸载,用户也就无法在资源管理器中删除这个DLL文件,真可谓一箭双雕哉。 -The remote DLL injection tec
pThread_PI
- 在linux环境下,用pthread的方法求PI值-compute PI using pthread
x3c-1.1.4
- x3c is designed as a plugin-framework that uses C++ and STL. This framework has many frequently-used and lightweight plugins. x3c can be used to easily develop plugins and applications for multiple platforms.
MyCreateprocess
- 通过学习进程创建机制,自己实现系统创建进程的过程-Own system to create a process to create a mechanism, through the learning process
CreateRemoteThreadEx
- 通过线程插入,创建远程线程,包括win7系统-Insert, create a remote thread by thread, including the win7 system
