Skip to content

Commit

Permalink
Merge pull request #54 from Gibsol/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
sunnamed434 authored Jan 17, 2023
2 parents e7b2279 + c23b52f commit f5f3ab9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Test status][image_test]][test]
[![Gitter Chat][image_gitter]][gitter]

BitMono is an free open-source C# obfuscator which in mostly cases works **only** with Mono - well known as fork of .NET Framework but with custom bugs or Unity. Which uses its own fork of **[dnlib](https://github.com/sunnamed434/dnlib)** for assembly manipulation. If you have any questions/issues please let me know **[there](https://github.com/sunnamed434/BitMono/issues)**. You can install lastest version of BitMono **[here](https://github.com/sunnamed434/BitMono/releases)**.
BitMono is a free open-source C# obfuscator that in most cases works **only** with Mono - well known as fork of .NET Framework but with custom bugs or Unity. Which uses **[AsmResolver](https://github.com/Washi1337/AsmResolver)** for assembly manipulation. If you have any questions/issues please let me know **[there](https://github.com/sunnamed434/BitMono/issues)**. You can install the latest version of BitMono **[here](https://github.com/sunnamed434/BitMono/releases)**.

<p align="center">
<img src="https://raw.githubusercontent.com/sunnamed434/BitMono/main/resources/images/preview/before-after.png"
Expand All @@ -31,10 +31,10 @@ BitMono is an free open-source C# obfuscator which in mostly cases works **only*
</p>

## Documentation
Open **[wiki](https://github.com/sunnamed434/BitMono/wiki)** to read protections functionnality and more.
Open the **[wiki](https://github.com/sunnamed434/BitMono/wiki)** to read protections functionnality and more.

## How your app will look since BitMono obfuscation - just in a few-words
* Seems to C++ application but this is actual C# application
## How your app will look since BitMono obfuscation - just in a few words
* Seems to C++ application but this is an actual C# application
* Crash of decompilers when analyzing types
* Broken decompilers
* Broken IL Code
Expand Down

0 comments on commit f5f3ab9

Please sign in to comment.