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
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,20 +10,21 @@ Inject any DLL into any running process with ease! Injector is a command line to
10
10
11
11
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
13
-
-`--process-name` identifies the target process by it's module name
14
-
-`--window-name` identifies the target process by it's main windows name
15
-
-`--process-id` identifies the target process by it's PID
16
-
-`--module-name` sets the absolute (or relative) path of the DLL to be in-/ejected
17
-
-`--inject` or `--eject` specifies the action to perform (inject or eject the DLL)
13
+
-`-n|--process-name` identifies the target process by it's module name
14
+
-`-w|--window-name` identifies the target process by it's main windows name
15
+
-`-p|--process-id` identifies the target process by it's PID
16
+
-`-i|--inject` or `-e|--eject` specifies the action to perform (inject or eject the DLL)
18
17
19
-
Yeah you read right: you can also eject any library with the `--eject` action.
18
+
Then simply append one or more absolute (or relative) path(s) of the DLL to be in-/ejected.
20
19
21
-
Many thanks to [Joshua "Cypher" Boyce](http://www.raptorfactor.com/) who initially wrote the injection-classes and shared them with the world.
20
+
## Credits
21
+
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.
22
23
23
24
## Download
24
25
25
26
Head over to [Releases](https://github.com/nefarius/Injector/releases/latest) to download x86 and x64 binaries.
26
27
27
28
## Builds
28
29
29
-
[Automated builds end up here](https://buildbot.vigem.org/builds/Injector/master/), may be unstable and riddled with bugs, use with care.
30
+
[Latest automated builds end up here](https://buildbot.vigem.org/builds/Injector/master/); might be unstable and contain bugs, use with care.
0 commit comments