Skip to content

brittojo7n/SynapseInjector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SynapseInjector

This repository contains the source code for SynapseInjector, a lightweight command-line utility for injecting DLLs into running processes on Windows.

Building from Source

To compile the project, you need Visual Studio with the "Desktop development with C++" workload.

  1. Clone the repository.
  2. Run the following command from a Developer Command Prompt:
    msbuild SynapseInjector/SynapseInjector.vcxproj /p:Configuration=Release /p:Platform=x64
  3. The compiled SynapseInjector.exe will be located in the SynapseInjector/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.