ArmDot is an obfuscator for .NET NuGet Package

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.




Got any ArmDot is an obfuscator for .NET Question?





Info

Version: 2024.1.0
Author(s): Artem A. Razin, Softanics
Last Update: Monday, April 8, 2024
.NET Fiddle: Create the first Fiddle
Project Url: https://www.armdot.com/
NuGet Url: https://www.nuget.org/packages/ArmDot.Engine.MSBuildTasks


Install
Install-Package ArmDot.Engine.MSBuildTasks
dotnet add package ArmDot.Engine.MSBuildTasks
paket add ArmDot.Engine.MSBuildTasks
ArmDot.Engine.MSBuildTasks Download (Unzip the "nupkg" after downloading)

.NETStandard 2.0
  • No dependencies.
net472
  • No dependencies.


Tags



STATS

must-have-score

2.8

avg-downloads-per-day

50

days-since-last-release

17