摘要:
#include <windows.h>#include <tchar.h>#include <stdio.h>#include <psapi.h>void PrintModules( DWORD processID ){ HMODULE hMods[1024]; HANDLE hProcess; DWORD cbNeeded; unsigned i... 阅读全文
posted @ 2010-08-10 12:39
Gang.Wang
阅读(417)
评论(0)
推荐(0)
浙公网安备 33010602011771号