dumbgjrl/injector
Command line utility to inject shared libraries into target processes on Windows.
d21b419d808215e1f82605fdaddc49750bfa3bcaCommand line utility to inject shared libraries into target processes on Windows.
Inject via process id
injector --pid 50 --lib my_lib.dll
Inject via exe name
injector --exe "SomeExeName.exe" --lib my_lib.dll
Inject via window title
injector --window_title "Some Window Title" --lib my_lib.dll
Inject via window class
injector --window_class "SomeWindowClass" --lib my_lib.dll