7:02 AM, still going strong, my hangover is starting to hit me though. Thread marked solved now though!
Originally Posted by Void
DLL Injection = Calling LoadLibrary in the target process.
1.Allocate memory to write the string of the path to the DLL you're injecting.
2.Write the string to the allocated memory.
3.Get the address of LoadLibrary
4.Start a remote thread at the location of LoadLibrary.
Not necesarily, you could also manually map the dll, theres also some place in the registry where u can add your dll name to be loaded into memory for all apps that load one of window's dlls(forgot which one). Then you could check parent process to see if hacks needed to be done