We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e44ae commit 3f4cd21Copy full SHA for 3f4cd21
README.md
@@ -1,8 +1,10 @@
1
### net-core-injector
2
3
-
4
[](https://github.com/StackOverflowExcept1on/net-core-injector/actions/workflows/ci.yml)
5
+In the following GIF, you can see how the code on the right intercepts the `static void F(int i)` function.
6
+After injecting, the original program starts outputting `1337` to the console instead of the default behavior.
7
+
8

9
10
CLI tool that can replace C# methods in .NET Core applications
0 commit comments