#type #injector #dll #pid #types

bin+lib syringe

A library providing simple Windows DLL injection and an example injector application

1 unstable release

0.1.0 Nov 7, 2020

GPL-3.0 license

12KB
242 lines

syringe

syringe is a crate to enable easy Windows DLL injection from rust code, or to work as a standalone DLL injector by building the crate as an executable.


lib.rs:

Tools for injecting DLLs into windows processes, these are organized into types RunningInjector and StartupInjector, used for injecting into arbitrary running processes and processes that are created by directly opening their executable respectively

Dependencies

~1.9–2.5MB
~47K SLoC