Skip to content

Commit d7559fc

Browse files
authored
Merge pull request #30 from sunnamed434/dev
Update README.md
2 parents 17e343c + 6f4dd04 commit d7559fc

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ Open **[wiki](https://github.com/sunnamed434/BitMono/wiki)** to read protections
4141
* **[BitMethodDotnet](https://github.com/sunnamed434/BitMethodDotnet)** (based and improved on existing protection)
4242
* **[DotNetHook](https://github.com/Elliesaur/DotNetHook)** (based on existing protection)
4343
* Call to calli
44-
* FieldsHiding
44+
* FieldsHiding (Deprecated)
4545
* ObjectReturnType
4646
* NoNamespaces
4747
* FullRenamer
4848
* AntiDebugBreakpoints
4949

5050
## 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)`
5252

53-
Drop dependencies in `base` directory
53+
Dont forget to drop dependencies in `libs` directory in the same path where obfuscation `file` is located
5454

5555
## Configuring Protections
5656
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
112112

113113
## No required dependency (Deprecated file for obfuscation)
114114
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
116116

117117
How to **[edit](https://github.com/sunnamed434/BitMono/tree/main/BitMono/BitMono.Host#imporving-obfuscation-process-for-everyone)**
118118
```json
@@ -133,10 +133,6 @@ How to **[edit](https://github.com/sunnamed434/BitMono/tree/main/BitMono/BitMono
133133
// NB! but be aware of kind a weird errors and issues that breaking you app and it stop working after that
134134
// Stay it true if it possible!
135135
"FailOnNoRequiredDependency": true,
136-
137-
"Logging": {
138-
"LogsFile": "logs.txt"
139-
},
140136
}
141137
```
142138

0 commit comments

Comments
 (0)