Is there a good reason why if I start a process in Suspended mode and inject a DLL that does a CreateRemoteThread it gives error 8 (Not enough storage is available to process this command)?
Anyone who has experienced this very same problem?
I'm running it under Windows 7 with admin privileges just in case you're wondering.
At first I thought it was a problem with privileges, but if I run it without the Suspended flag and just wait a bit before injecting, it works a charm.
Any clues?