Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #54

Merged
merged 4 commits into from
Jan 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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