Skip to content

Commit 3f4cd21

Browse files
improved description in README file
1 parent 53e44ae commit 3f4cd21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
### net-core-injector
22

3-
43
[![Build Status](https://github.com/StackOverflowExcept1on/net-core-injector/actions/workflows/ci.yml/badge.svg)](https://github.com/StackOverflowExcept1on/net-core-injector/actions/workflows/ci.yml)
54

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+
68
![banner](assets/banner.gif)
79

810
CLI tool that can replace C# methods in .NET Core applications

0 commit comments

Comments
 (0)