摘要:
//安全系数并不是很高 // MyKiller.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <windows.h> #include <TLHELP32.H> void GetPorcess() { PROCESSENTRY32 pe32; pe32.dwSiz... 阅读全文
posted @ 2012-02-23 17:21
zhijzan
阅读(158)
评论(0)
推荐(0)