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
+1-3
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
# ManagedInjector 💉
2
+
[](https://www.nuget.org/packages/HoLLy.ManagedInjector/)
2
3
3
4
With ManagedInjector, you can inject .NET assemblies into other .NET processes.
4
5
This allows you to run your own code under the context of that process, and
@@ -59,9 +60,6 @@ Thread handle: 00000354
59
60
With ManagedInjector.Lib, you can integrate ManagedInjector into your own
60
61
applications with an easy-to-use API.
61
62
62
-
A NuGet package will be uploaded soon. Subscribe to [this issue](https://github.com/HoLLy-HaCKeR/ManagedInjector/issues/2)
63
-
to stay updated.
64
-
65
63
⚠ Note that ManagedInjector.Lib will not move your DLLs to a temporary location.
66
64
Due to how managed injection works, the files will remain "in use" by the
67
65
target process until it closes. If you are actively developing your injectable,
0 commit comments