A program to inject DLLs containing C++ code via hooks into a running process, allowing for the execution of custom code within that process. Based on the original Syringe project, it is being extended to support more features.
The original codebase ("Syringe") for this project was created by Patrick "pd" Dinklage, based in part on code written by Jan Newger. It was then maintained and worked on by Ares contributors.
The original location of this work is HERE.