This repository contains the source code for SynapseInjector, a lightweight command-line utility for injecting DLLs into running processes on Windows.
To compile the project, you need Visual Studio with the "Desktop development with C++" workload.
- Clone the repository.
- Run the following command from a Developer Command Prompt:
msbuild SynapseInjector/SynapseInjector.vcxproj /p:Configuration=Release /p:Platform=x64
- The compiled
SynapseInjector.exewill be located in theSynapseInjector/x64/Release/directory.
NOTE: The antivirus may flag it as a virus since computer viruses use similar program to inject code into system processes and infect the system. Make sure to disable or even create an exception for the long run.