Fastest DLL Injection
February 1, 2020
Basics
The classical workflow for injecting and running code in a process, or at least the one that someone else used when writing the launcher I am working on, is as follows:
- Start the process
- Inject the DLL
- Suspend the process
- Call the DLL’s function
- Resume process