The task is as follows:
- Create a process from my application
- Load in the created process dll with the code I need
How to do it correctly? I want to create a process using the CreateProcess function, then using the parent process to load the dll into the created process using a remote stream, do I think correctly how to make it better and easier?