1 unstable release
0.1.0 | Nov 7, 2020 |
---|
#243 in Windows APIs
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.6–2.4MB
~35K SLoC