A console app that will scan all process and inject your DLL into the selected one.
- LoadLibraryA
- Manual Mapping
- Compile it for your process target architecture (x86/x64)
- Put your .DLL file into the same folder as the Console injector
- [F6] to be able to write the ID of a process you want to, press ENTER
- [F6] again to inject the DLL into the selected process
- The program miss one page of process printing
- Make program more robust
- Improve UI (alphabetical process order, colors)