WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Command line utility to inject shared libraries into target processes on Windows.

License

Notifications You must be signed in to change notification settings

dumbgjrl/injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

injector

Command line utility to inject shared libraries into target processes on Windows.

Usage

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

About

Command line utility to inject shared libraries into target processes on Windows.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Languages