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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ Inject any DLL into any running process with ease! Injector is a command line to
15
15
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:
16
16
17
17
-`-n|--process-name` identifies the target process by its module name
18
+
-`-c|--case-sensitive` makes `-n` case-sensitive.
18
19
-`-w|--window-name` identifies the target process by its main windows name
19
20
-`-p|--process-id` identifies the target process by its PID
20
21
-`-i|--inject` or `-e|--eject` specifies the action to perform (inject or eject the DLL)
0 commit comments