Skip to content

Commit 2deaa36

Browse files
committed
Update CHANGELOG.md
1 parent 61e618e commit 2deaa36

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Versions: |
22
| - |
3-
| [v0.5.0-alpha](#v050-alpha14) |
3+
| [v0.6.0-alpha](#v060-alpha15) |
44
| [v0.4.4-alpha](#v044-alpha13) |
55
| [v0.4.3-alpha](#v043-alpha12) |
66
| [v0.4.2-alpha](#v042-alpha11) |
@@ -17,6 +17,29 @@
1717
| [v0.1.0](#v010) |
1818

1919
---
20+
### v0.6.0-alpha.15:
21+
#### Added:
22+
* New protection AntiDecompiler
23+
* As more as possible errors logging
24+
25+
#### Changed:
26+
* Migrate dnlib to AsmResolver or Mono.Cecil [#50](https://github.com/sunnamed434/BitMono/issues/50)
27+
28+
#### Fixed:
29+
* BitMethodDotnet Protection
30+
* StringsEncryption Protection
31+
* CallToCalli Protection
32+
* DotNetHook Protection
33+
* Load Runtime Module via file instead of typeof(SomeRuntime).Module [#55](https://github.com/sunnamed434/BitMono/issues/55)
34+
* Rewrite Custom Attributes Resolve as less as a possible reflection [#57](https://github.com/sunnamed434/BitMono/issues/57)
35+
* System.BadImageFormatException: Invalid DOS signature [#45](https://github.com/sunnamed434/BitMono/issues/45)
36+
* Whole Protections execution process
37+
* Protections execution information
38+
* Obfuscation
39+
* Optimized file writing
40+
* Ignoring of targets with [ObfuscationAttribute] and [MethodImpl(MethodImplOptions.NoInlining)]
41+
* Runtime injection and even became better
42+
2043
### v0.5.0-alpha.14:
2144
#### Added:
2245
* Before obfuscation optmizes all method bodies (macros)
@@ -25,7 +48,6 @@
2548
* BitMethodDotnet Protection
2649
* StringsEncryption Protection
2750

28-
2951
### v0.4.4-alpha.13:
3052
#### Fixed:
3153
* DotNetHook Protection

0 commit comments

Comments
 (0)