SkaterTOTAL.exe
7.5.0
dotnet add package SkaterTOTAL.exe --version 7.5.0
NuGet\Install-Package SkaterTOTAL.exe -Version 7.5.0
<PackageReference Include="SkaterTOTAL.exe" Version="7.5.0" />
paket add SkaterTOTAL.exe --version 7.5.0
#r "nuget: SkaterTOTAL.exe, 7.5.0"
// Install SkaterTOTAL.exe as a Cake Addin #addin nuget:?package=SkaterTOTAL.exe&version=7.5.0 // Install SkaterTOTAL.exe as a Cake Tool #tool nuget:?package=SkaterTOTAL.exe&version=7.5.0
Skater TOTAL converts the decompilable MSIL code of your assemblies into native machine code format while keeping all .NET metadata intact, that provides the same level of protection as native C/C++ code.
Learn more about Target Frameworks and .NET Standard.
-
- SkaterTOTALDependency (>= 7.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
7.5.0 | 1,185 | 5/5/2016 |
When compiling to .NET managed code, the compiler translates your source code into Microsoft intermediate language (MSIL), which is a CPU-independent set of instructions that can be efficiently converted to native code. TOTAL .NET Protector is not a .NET code obfuscator. It transforms the revealed MSIL code of your executables into native unmanaged representation that keeps all .NET metadata unaffected. It grants the same layer of protection as native ASM and C++ code. Since .NET is a managed environment, there is always the downside of having your code open to anyone using Reflector or Refractor. Skater TOTAL converts the decompilable MSIL code of your assemblies into native format while keeping all .NET metadata intact, that provides the same level of protection as native C/C++ code.