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
{{ message }}
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
.NET Reactor is a powerful code protection and software licensing system for software written for the .NET Framework, and supports all languages that generate .NET assemblies.
@@ -14,13 +15,9 @@
14
15
15
16
Control Flow Obfuscation converts the code inside your methods into spaghetti code, which whilst retaining the function of the code makes it extremely difficult for human eyes and decompilers to follow the program logic. Decompilers are not able to decompile the spaghetti code back to your original source code.
16
17
17
-
[Back To The Top](#read-me-template)
18
-
19
18
---
20
19
21
-
## Showcase
22
-
23
-
> Before
20
+
### Before
24
21
25
22
```C#
26
23
publicstaticvoidMain(string[] args)
@@ -52,30 +49,23 @@ public static void Main(string[] args)
0 commit comments