OK so process injection.. most programmers dont like this idea.. the thought of having your program penetrated by an outside source.
Well most do.. Anyway i've been playing and had some ideas about how to inject in to a process and create a remote thread of execution without the fuss of needing to code that function in Assembly.
I started with the fact that DLL modules when loaded in to a remote processes space work fine.. Well hang on a minute.. Can't we just load our executable in to the remote process space and execute our function. Well infact that's precisely what we can do. And my next project going online will show you a couple of different methods to do this.
I should have it online in about half an hour. Take a look. |