Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 791e03d

Browse files
authored
Update README.md
1 parent c8ef908 commit 791e03d

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

README.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# NET Reactor Cflow Cleaner 6.7.X.X
22

3-
![Project Image](images/img.png)</center>
43

54
<p align="center">
6-
<img src="images/img.png" />
5+
<img src="https://github.com/Hussaryn/NET-Reactor-Cflow-Cleaner-6.7.0.0/blob/main/Images/img.png?raw=true" />
76
</p>
87

8+
---
9+
910
## What is .NET Reactor?
1011

1112
.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 @@
1415

1516
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.
1617

17-
[Back To The Top](#read-me-template)
18-
1918
---
2019

21-
## Showcase
22-
23-
> Before
20+
### Before
2421

2522
```C#
2623
public static void Main(string[] args)
@@ -52,30 +49,23 @@ public static void Main(string[] args)
5249
}
5350
}
5451
```
55-
> After
52+
### After
5653
```C#
5754
public static void Main(string[] args)
5855
{
5956
Console.WriteLine("Hello, type anything.");
6057
Console.ReadKey();
6158
}
6259
```
63-
64-
[Back To The Top](#read-me-template)
65-
6660
---
6761

6862
## References
6963
> https://github.com/de4dot/de4dot/tree/master/de4dot.blocks <br>
7064
> https://github.com/SychicBoy/.NetReactorCfCleaner
7165
72-
[Back To The Top](#read-me-template)
73-
74-
75-
7666
## Credits
7767

7868
- GitHub - [SychicBoy](https://github.com/SychicBoyk)
7969
- GitHub - [de4dot](https://github.com/de4dot)
8070

81-
[Back To The Top](#read-me-template)
71+
[Back To The Top](#read-me-template)

0 commit comments

Comments
 (0)