Sooo... Every DLL injection result I've read so far only uses a pre-made DLL, loads it into another process and says "darn I'm good." They do absolutely NOTHING useful and a couple of them are rip-offs of one another only using a different programming language. Google has failed me!
Once my DLL is loaded into the target process, what good is it? Can I call functions in the application with the DLL ?
Much appreciated.