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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
[![Gitter Chat][image_gitter]][gitter]
12
12
[![MIT License][image_license]][license]
13
13
14
-
BitMono is a free open-source C# obfuscator that in most cases works **only** with Mono - well known as a fork of .NET framework (which runs popular platforms such as Unity, etc), you can still use this for a whole .NET, but be careful that something working not as intentional, etc. Which uses **[AsmResolver][asmresolver]** for assembly manipulation. If you have any questions/issues please let me know **[there][bitmono_issues]**. You can install the latest version of BitMono **[here][bitmono_releases]**.
14
+
BitMono is a free open-source C# obfuscator that in most cases works **only** with Mono - well known as a fork of .NET framework (which runs popular platforms such as Unity, etc), you can still use this for a whole .NET, but be careful that something working not as intentional, because the main target of the this project is Mono. Which uses **[AsmResolver][asmresolver]** for assembly manipulation (not a dnlib as you might already think). If you have any questions/issues please let me know **[there][bitmono_issues]**. You can install the latest version of BitMono **[here][bitmono_releases]**.
There are a lot of obfuscators/protectors, paid and free but most of them are out of support, more and more often I see new issues/pull-request, but it's just being ignored by the open-source maintainers, this is sad. I have no doubt that BitMono could have such a future too, but, at any moment BitMono can be easily forked and supported by anyone, because of its clean code, architecture, and AsmResolver as an assembly manipulator.
7
+
8
+
- Write your own protection, but you don't want to use ConfuserEx engine or writing your own.
9
+
- Protect your intelictual property against reversers, at least, let them spend more time on it.
0 commit comments