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: CHANGELOG.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
| Versions: |
2
2
| - |
3
+
|[v0.12.0-alpha](#v0120-alpha21)|
3
4
|[v0.11.0-alpha](#v0110-alpha20)|
4
5
|[v0.10.0-alpha](#v0100-alpha19)|
5
6
|[v0.9.0-alpha](#v090-alpha18)|
@@ -22,11 +23,21 @@
22
23
|[v0.1.0](#v010)|
23
24
24
25
---
26
+
### v0.12.0-alpha.21:
27
+
2023-03-05
28
+
#### Added:
29
+
*[Costura-Fody](https://github.com/Fody/Costura) support, now references are resolved automatically, [#102](https://github.com/sunnamed434/BitMono/issues/102)
30
+
* Support when path contains quotes (for example: "path..."), [#104](https://github.com/sunnamed434/BitMono/issues/104)
31
+
32
+
#### Fixed:
33
+
* Hiding of the paths (before paths with .exe may cause an ignore)
34
+
* Now output directory path message shows normally (before ***\folder_before_output, now ***\output)
35
+
25
36
### v0.11.0-alpha.20:
26
37
2023-02-016
27
38
#### Added:
28
-
* BitMono ASCII Art in CLI
29
-
* Hiding of the pathes (file path, directory path, etc)
39
+
* BitMono ASCII Art in CLI.
40
+
* Hiding of the pathes (file path, directory path, etc).
Copy file name to clipboardExpand all lines: README.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
[![Gitter Chat][image_gitter]][gitter]
12
12
[![MIT License][image_license]][license]
13
13
14
-
BitMono is an free open-source C# obfuscator that in most cases works **only** with Mono - well known as a fork of .NET framework but for Unity, you can still use this for a whole .NET, but be careful that something working not as intentional, etc. Which uses **[AsmResolver][asmresolver]** for assembly manipulation. If you have any questions/issues please let me know **[there][bitmono_issues]**. You can install the latest version of BitMono **[here][bitmono_releases]**.
14
+
BitMono is a free open-source C# obfuscator that in most cases works **only** with Mono - well known as a fork of .NET framework (which runs popular platforms such as Unity, etc), you can still use this for a whole .NET, but be careful that something working not as intentional, etc. Which uses **[AsmResolver][asmresolver]** for assembly manipulation. If you have any questions/issues please let me know **[there][bitmono_issues]**. You can install the latest version of BitMono **[here][bitmono_releases]**.
Copy all libraries (.dll) from the building application folder and paste them into the `libs` directory (if it doesn't exist yet create it), or even create the libs directory yourself with a custom name for example - `myLibs`, and then specify it in BitMono, however, if you will use `libs` then by default BitMono looking for a `libs` directory, so it will save your time.
@@ -122,8 +116,8 @@ Want more? Read the **[docs][bitmono_docs]**.
122
116
123
117
### Detailed build status
124
118
Branch | AppVeyor
125
-
------------- | -------------
126
-
main | [![Build status][image_appveyor_main_badge]][appveyor_main_build]
119
+
------------- | -------------
120
+
main | [![Build status][image_appveyor_main_badge]][appveyor_main_build]
127
121
dev | [![Build status][image_appveyor_dev_badge]][appveyor_dev_build]
128
122
129
123
Credits
@@ -134,12 +128,14 @@ Credits
134
128
135
129
**[Elliesaur][author_ellisaur]** for his acquaintance in **[DotNetHook][dotnethook_source]** that hooks methods.
136
130
137
-
**[Weka][author_naweka]** for his advices, help and motivation.
131
+
**[Weka][author_naweka]** for his advices, help and motivation.
138
132
139
133
**[ConfuserEx and their Forks][confuserex_source]** for most things that I watched for the architecture of BitMono and the obfuscator engine as an application and solving plenty of User solutions which I would be knew in the very long future after much fail usage of BitMono and reports by other Users. Day-by-day I'm looking for something interesting there to improve myself in knowledge and BitMono also.
140
134
141
135
**[Kao and his blogs][author_kao_blog]** thanks a lot of these blogs.
142
136
137
+
**[drakonia][author_drakonia]** for her **[costura decompressor][simple_costura_decompressor_source]**.
Indeed, by default BitMono provides support for the Costura-Fody, resources will be resolved automatically, in this case, you don't need to have copies of your .DLLs or even set ``DisableCleanup`` to ``true`` in ``FodyWeavers.xml``.
You're probably getting a message with the file/directory or just a path ``(***\things)``, and you might have the same folder twice somewhere, and you need to see the full path without masking if this is what you're looking for, all instructions how to do that are provided here.
5
+
6
+
Open-up ``logging.json`` in the root of the downloaded BitMono, edit this file, and remove this:
0 commit comments