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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ If the above pre-conditions are satisfied you can inject an assembly and invoke
17
17
* You can inject an executable that defines an _EntryPoint_ method to execute (like a _Console_ project)
18
18
* You can define a method with the following signatue: _<public|private> static void Inject()_
19
19
20
+
This library is also used by <ahref="https://github.com/enkomio/shed">Shed</a> to inject a DLL in a remote process. You can see a video <ahref="https://raw.githubusercontent.com/enkomio/media/master/Shed/Injection.gif">here</a>.
21
+
20
22
For practical examples see the <ahref="https://github.com/enkomio/ManagedInjector/blob/master/Src/Examples/TestRunner/Program.cs">TestRunner project</a>.
0 commit comments