Skip to content

Commit ae4575c

Browse files
committed
Fixed deprecated info in README.md
1 parent 83a8a6a commit ae4575c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DLL injection/ejection command-line utility.
66

77
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:
88

9-
`Injector.exe --process-name notepad.exe --module-name C:\Temp\myHooks.dll --inject`
9+
`Injector.exe --process-name notepad.exe --inject C:\Temp\myHooks.dll C:\Temp\myOverlay.dll`
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

@@ -17,9 +17,13 @@ You may use it in you post-build events in Visual Studio to save time and take a
1717

1818
Then simply append one or more absolute (or relative) path(s) of the DLL to be in-/ejected.
1919

20+
Invoke `Injector.exe -h` for help.
21+
2022
## Credits
2123

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

2428
## Download
2529

0 commit comments

Comments
 (0)