Hi all.
I'm trying to basic injection with Dev-C++. There is no compilation error but nothing happens. I just create the new .dll project. Then add MessageBox() so i can see whether the injection is successful or not. Then link with the application. The application is running but no injection happens. The code like this...
DLL injection is something else. You just wrote a DllMain() routine, which is something all DLL's have. Period. You are not injecting the Dll anywhere.