上一页 1 ··· 4 5 6 7 8
摘要: -------------------*.h-------------------------------#pragma onceclass CRemThreadInjector{public:CRemThreadInjector(LPCTSTR pszDllName);~CRemThreadInjector();// 注入DLL到指定的进程空间BOOL InjectModuleInto(DWORD dwProcessId);// 从指定的进程空间卸载DLLBOOL EjectModuleFrom(DWORD dwProcessId);protected:char m_szDllName[MA 阅读全文
posted @ 2012-12-06 16:49 小金马 阅读(732) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8