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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ _Executing of protections depends how they are located in `protections.json` (pr
58
58
Lets look at this example, first will be executed `AntiILdasm` then `AntiDe4dot` and `ControlFlow` and `BitDotNet` and `FieldsHiding`.
59
59
Always you could write in `protections.json` - protections which are doesnt mentioned here or if you create protection by yourself.
60
60
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)**
62
62
```json
63
63
{
64
64
"Protections": [
@@ -112,7 +112,7 @@ public class ProductModel
112
112
Failed to resolve dependency Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
113
113
<br>Use `appsettings.json` and set `FailOnNoRequiredDependency` to false, be careful with this parameter, change it in cases when file truly deprecated
114
114
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)**
116
116
```json
117
117
{
118
118
// Adding visible things that shows you have been used BitMono to protect your app
@@ -144,7 +144,7 @@ Use `criticals.json`
144
144
Add to `CriticalMethods`, `CriticalInterfaces` or `CriticalBaseTypes` your potential critical things if you have it.
145
145
<br>There is already supported all `Unity` methods and third-party frameworks as `RocketMod`, `rust-oxide-umod`, `OpenMod`.
146
146
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)**
0 commit comments