Does anyone know a way to launch an "executable" from memory? I need to encrypt an executable, then when wanting to run the executable, verify a user, and then launch the executable- without writing the actual un-encrypted executable to disk. In other words, Id like to copy the unencrypted executable into memory and have windows run it from there...
