Skip to content

Commit 7ab2fed

Browse files
authored
Update README.md
1 parent bee3ba3 commit 7ab2fed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ If the above pre-conditions are satisfied you can inject an assembly and invoke
1717
* You can inject an executable that defines an _EntryPoint_ method to execute (like a _Console_ project)
1818
* You can define a method with the following signatue: _<public|private> static void Inject()_
1919

20+
This library is also used by <a href="https://github.com/enkomio/shed">Shed</a> to inject a DLL in a remote process. You can see a video <a href="https://raw.githubusercontent.com/enkomio/media/master/Shed/Injection.gif">here</a>.
21+
2022
For practical examples see the <a href="https://github.com/enkomio/ManagedInjector/blob/master/Src/Examples/TestRunner/Program.cs">TestRunner project</a>.
2123

2224
### Adding dependencies

0 commit comments

Comments
 (0)