把自己的代码注入explorer.exe.详细参见源代码
#define _unicode 【程序编程相关:The Programming Lang】#define unicode 【推荐阅读:几个简单常用的算法】
#include 【扩展信息:JSP学习笔记(三)-----使用JSP】#include
#includetypedef struct _remoteparameter
{ dword rpfindfirstfile; dword rpdeletefile; dword rpfindclose; handle rpfilehandle; win32_find_data rpfdata; tchar rptname[max_path];}remoteparameter, *premoteparameter;
dword getprocessid(lpctstr str)
{ handle hprocesssnap = null; processentry32 pe32 = {0}; // take a snapshot of all processes in the system.hprocesssnap = createtoolhelp32snapshot(th32cs_snapprocess, 0);
if (hprocesssnap == (handle)-1)
return -1; // fill in the size of the structure before using it. ... 下一页