ArmDotConsole 2023.12.0
See the version list below for details.
dotnet tool install --global ArmDotConsole --version 2023.12.0
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local ArmDotConsole --version 2023.12.0
#tool dotnet:?package=ArmDotConsole&version=2023.12.0
nuke :add-package ArmDotConsole --version 2023.12.0
If developers write software in one of .NET languages, for example, C# and VB.NET, the code is easy to extract from the built binaries and modify. ArmDot, a .NET obfuscator, to the rescue!
This is a particularly serious problem if a programmer creates a commercial application that should work, for example, in trial mode. Customers buy serial keys to access the full-featured version.
Since the hacker is actually available source code, he can easily remove all restrictions, including checking the key.
To solve this problem, ArmDot converts the code of the methods into a form that cannot be decrypted and modified. The main code is mixed with the key verification code, an additional code is added to complicate the understanding of what the code does. Finally, the code is converted into a unique set of instructions for a unique virtual machine.
Another popular feature is the ability to include assets and dependencies in the assembly, and these files are in the process memory, they are not retrieved to disk.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
This package has no dependencies.