C++ get image from process & converting it
Hi there. I'm trying to create a DLL Injector using C++ and Visual Basic for GUI. But I've run into a problem. I am trying to get process image and then I need to convert it to System.Windows.Forms.Picture so I can actually display it in GUI, but I can't even figure out how to get an image from ProcID using C++. Any help would be appreciated.
To avoid double posting my second question is how would I uninject a injected DLL using an external application (my DLL Injector to be precise).
Thank you.