You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inject any DLL into any running process with ease! Injector is a command line tool abstracting the messy injection process away from you. It can't be more simple:
You may use it in you post-build events in Visual Studio to save time and take away complexity of code by "outsourcing" the injection process. You may of course use it for any othe scenario which comes on your mind. Check out the possible command line arguments:
12
12
@@ -17,9 +17,13 @@ You may use it in you post-build events in Visual Studio to save time and take a
17
17
18
18
Then simply append one or more absolute (or relative) path(s) of the DLL to be in-/ejected.
19
19
20
+
Invoke `Injector.exe -h` for help.
21
+
20
22
## Credits
21
23
22
-
Many thanks to [Joshua "Cypher" Boyce](http://www.raptorfactor.com/) who initially wrote the injection-classes and shared them with the world. [Argh! by Adi Shavit](https://github.com/adishavit/argh) is used to parse the command-line arguments.
24
+
Many thanks to [Joshua "Cypher" Boyce](http://www.raptorfactor.com/) who initially wrote the injection-classes and shared them with the world.
25
+
26
+
[Argh! by Adi Shavit](https://github.com/adishavit/argh) is used to parse the command-line arguments.
0 commit comments