Place injector in a folder with DLL(s) Open command prompt / powershell in the folder Execute injector through command-line arguments with the name of the target process. E.G: After running the first ...
Basic Dynamic Link Library(DLL) injector for WINDOWS that uses the Load Library method. In the tutorial they hardcode DLL path and process name into the code, I used console arguments to avoid ...