Skip to content

Commit 1b0d3d6

Browse files
authored
Merge pull request #20 from sunnamed434/dev
Update README.md
2 parents 7f8a71d + afafb79 commit 1b0d3d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ _Executing of protections depends how they are located in `protections.json` (pr
5858
Lets look at this example, first will be executed `AntiILdasm` then `AntiDe4dot` and `ControlFlow` and `BitDotNet` and `FieldsHiding`.
5959
Always you could write in `protections.json` - protections which are doesnt mentioned here or if you create protection by yourself.
6060

61-
How to **[edit](https://raw.githubusercontent.com/sunnamed434/BitMono/blob/main/BitMono/BitMono.Host/README.MD#imporving-obfuscation-process-for-everyone)**
61+
How to **[edit](https://github.com/sunnamed434/BitMono/tree/main/BitMono/BitMono.Host#imporving-obfuscation-process-for-everyone)**
6262
```json
6363
{
6464
"Protections": [
@@ -112,7 +112,7 @@ public class ProductModel
112112
Failed to resolve dependency Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
113113
<br>Use `appsettings.json` and set `FailOnNoRequiredDependency` to false, be careful with this parameter, change it in cases when file truly deprecated
114114

115-
How to [edit](https://raw.githubusercontent.com/sunnamed434/BitMono/blob/main/BitMono/BitMono.Host/README.MD#imporving-obfuscation-process-for-everyone)
115+
How to **[edit](https://github.com/sunnamed434/BitMono/tree/main/BitMono/BitMono.Host#imporving-obfuscation-process-for-everyone)**
116116
```json
117117
{
118118
// Adding visible things that shows you have been used BitMono to protect your app
@@ -144,7 +144,7 @@ Use `criticals.json`
144144
Add to `CriticalMethods`, `CriticalInterfaces` or `CriticalBaseTypes` your potential critical things if you have it.
145145
<br>There is already supported all `Unity` methods and third-party frameworks as `RocketMod`, `rust-oxide-umod`, `OpenMod`.
146146

147-
How to [edit](https://raw.githubusercontent.com/sunnamed434/BitMono/blob/main/BitMono/BitMono.Host/README.MD#imporving-obfuscation-process-for-everyone)
147+
How to **[edit](https://github.com/sunnamed434/BitMono/tree/main/BitMono/BitMono.Host#imporving-obfuscation-process-for-everyone)**
148148
```json
149149
{
150150
"CriticalMethods": [

0 commit comments

Comments
 (0)