Skip to content

Commit

Permalink
Merge pull request #81 from sunnamed434/dev
Browse files Browse the repository at this point in the history
Bump new version 0.8.0-alpha.17
  • Loading branch information
sunnamed434 authored Jan 27, 2023
2 parents 6999463 + acff736 commit 37416d1
Show file tree
Hide file tree
Showing 65 changed files with 12,036 additions and 174 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ bld/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

.idea/

# Visual Studio 2017 auto generated files
Generated\ Files/

Expand Down
7 changes: 7 additions & 0 deletions BitMono.sln
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BitMono.Core.TestCases.Meth
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BitMono.Core.TestCases.Types", "test\TestBinaries\DotNet\BitMono.Core.TestCases.Types\BitMono.Core.TestCases.Types.csproj", "{5DC793B1-F82B-4BC7-99C9-FE8C1545E1F7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BitMono.Core.TestCases.Reflection", "test\TestBinaries\DotNet\BitMono.Core.TestCases.Reflection\BitMono.Core.TestCases.Reflection.csproj", "{E8ADE8C7-B148-4ACE-9BF2-6E3FCF905545}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -137,6 +139,10 @@ Global
{5DC793B1-F82B-4BC7-99C9-FE8C1545E1F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DC793B1-F82B-4BC7-99C9-FE8C1545E1F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DC793B1-F82B-4BC7-99C9-FE8C1545E1F7}.Release|Any CPU.Build.0 = Release|Any CPU
{E8ADE8C7-B148-4ACE-9BF2-6E3FCF905545}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8ADE8C7-B148-4ACE-9BF2-6E3FCF905545}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8ADE8C7-B148-4ACE-9BF2-6E3FCF905545}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8ADE8C7-B148-4ACE-9BF2-6E3FCF905545}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -162,6 +168,7 @@ Global
{1D6B1BA7-496F-4F91-A115-EF5E5DC6E6C2} = {A431DCB4-6EF9-4BEF-8902-FA704D62624E}
{4166AC73-6969-406A-ADD0-67CB70A76D9C} = {A431DCB4-6EF9-4BEF-8902-FA704D62624E}
{5DC793B1-F82B-4BC7-99C9-FE8C1545E1F7} = {A431DCB4-6EF9-4BEF-8902-FA704D62624E}
{E8ADE8C7-B148-4ACE-9BF2-6E3FCF905545} = {A431DCB4-6EF9-4BEF-8902-FA704D62624E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7DA0BB43-C1D4-4688-BE43-A9ED2D6F78EE}
Expand Down
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Versions: |
| - |
| [v0.8.0-alpha](#v080-alpha17) |
| [v0.7.0-alpha](#v070-alpha16) |
| [v0.6.0-alpha](#v060-alpha15) |
| [v0.4.4-alpha](#v044-alpha13) |
Expand All @@ -18,7 +19,20 @@
| [v0.1.0](#v010) |

---
### v0.7.0-alpha-16:
### v0.8.0-alpha.17:
2023-01-27
#### Added
* Reflection analysis such as in ConfuserEx [#41](https://github.com/sunnamed434/BitMono/issues/41)
* BitMono protection

#### Changed:
* Moved new protections from BitDotNet to BitMono protection and added support for PE32 and PE32+

#### New Contributors
* @Gibsol made their first contribution in [#54](https://github.com/sunnamed434/BitMono/pull/54)
* @0x59R11 made their first contribution in [#81](https://github.com/sunnamed434/BitMono/pull/81)

### v0.7.0-alpha.16:
#### Added:
* Unit Tests
* Benchmarks
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</p>

## BitMono
[![Build status][image_build]][build]
[![Build status][image_appveyor_main_badge]][appveyor_main_build]
[![Test status][image_test]][test]
[![Codefactor][image_codefactor]][codefactor]
[![Gitter Chat][image_gitter]][gitter]
Expand Down Expand Up @@ -48,13 +48,14 @@ Open the **[wiki][bitmono_wiki]** to read protection, functionality and more.
* **[BitDotNet][bitdotnet_source]** (based and improved on existing protection)
* **[BitMethodDotnet][bitmethoddotnet_source]** (based and improved on existing protection)
* **[DotNetHook][dotnethook_source]** (based on existing protection)
* Call to calli
* CallToCalli
* ObjectReturnType
* NoNamespaces
* FullRenamer
* AntiDebugBreakpoints
* AntiDecompiler
* BitDateTimeStamp
* BitMono

## Usage
`BitMono.CLI <path to file>/drag-and-drop or use BitMono.GUI (GUI Windows only)`
Expand Down Expand Up @@ -82,7 +83,6 @@ Credits

**[Kao and his blogs][author_kao_blog]** thanks a lot of these blogs.

[build]: https://ci.appveyor.com/project/sunnamed434/bitmono
[test]: https://ci.appveyor.com/project/sunnamed434/bitmono/branch/main/tests
[codefactor]: https://www.codefactor.io/repository/github/sunnamed434/bitmono/overview/main
[gitter]: https://gitter.im/BitMonoSpeech/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
Expand All @@ -105,7 +105,7 @@ Credits
[appveyor_dev_build]: https://ci.appveyor.com/project/sunnamed434/bitmono/branch/dev

[image_build]: https://ci.appveyor.com/api/projects/status/8jh35hfno6riq25j?svg=true&style=plastic
[image_test]: https://img.shields.io/appveyor/tests/sunnamed434/bitmono/main?style=plastic
[image_test]: https://img.shields.io/appveyor/tests/sunnamed434/bitmono/main
[image_codefactor]: https://www.codefactor.io/repository/github/sunnamed434/bitmono/badge/main
[image_gitter]: https://badges.gitter.im/BitMonoSpeech/community.svg?style=plastic
[image_license]: https://img.shields.io/github/license/sunnamed434/bitmono
Expand Down
Binary file added lib/Echo.Concrete.dll
Binary file not shown.
Loading

0 comments on commit 37416d1

Please sign in to comment.