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
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,16 +41,16 @@ Open **[wiki](https://github.com/sunnamed434/BitMono/wiki)** to read protections
41
41
***[BitMethodDotnet](https://github.com/sunnamed434/BitMethodDotnet)** (based and improved on existing protection)
42
42
***[DotNetHook](https://github.com/Elliesaur/DotNetHook)** (based on existing protection)
43
43
* Call to calli
44
-
* FieldsHiding
44
+
* FieldsHiding (Deprecated)
45
45
* ObjectReturnType
46
46
* NoNamespaces
47
47
* FullRenamer
48
48
* AntiDebugBreakpoints
49
49
50
50
## Quick Start
51
-
`BitMono.CLI <path to file>/drag-and-drop/first file in Base directory or use BitMono.GUI (GUI Windows only)`
51
+
`BitMono.CLI <path to file>/drag-and-drop or use BitMono.GUI (GUI Windows only)`
52
52
53
-
Drop dependencies in `base` directory
53
+
Dont forget to drop dependencies in `libs` directory in the same path where obfuscation `file` is located
54
54
55
55
## Configuring Protections
56
56
Use `protections.json` - by default all protections are configured as it should, if something works not as it intentional you always may disable something or enable or even remove.
@@ -112,7 +112,7 @@ public class ProductModel
112
112
113
113
## No required dependency (Deprecated file for obfuscation)
114
114
Failed to resolve dependency Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
115
-
<br>Use `appsettings.json` and set `FailOnNoRequiredDependency` to false, be careful with this parameter, change it in cases when file truly deprecated
115
+
<br>Use `obfuscation.json` and set `FailOnNoRequiredDependency` to false, be careful with this parameter, change it in cases when file truly deprecated
116
116
117
117
How to **[edit](https://github.com/sunnamed434/BitMono/tree/main/BitMono/BitMono.Host#imporving-obfuscation-process-for-everyone)**
118
118
```json
@@ -133,10 +133,6 @@ How to **[edit](https://github.com/sunnamed434/BitMono/tree/main/BitMono/BitMono
133
133
// NB! but be aware of kind a weird errors and issues that breaking you app and it stop working after that
0 commit comments