Skip to content

Commit 83a8a6a

Browse files
committed
Updated README.md
1 parent ce9c64f commit 83a8a6a

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,21 @@ Inject any DLL into any running process with ease! Injector is a command line to
1010

1111
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:
1212

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)
1817

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.
2019

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.
2223

2324
## Download
2425

2526
Head over to [Releases](https://github.com/nefarius/Injector/releases/latest) to download x86 and x64 binaries.
2627

2728
## Builds
2829

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

Comments
 (0)