SkaterTOTAL.exe 7.5.0

dotnet add package SkaterTOTAL.exe --version 7.5.0
NuGet\Install-Package SkaterTOTAL.exe -Version 7.5.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SkaterTOTAL.exe" Version="7.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SkaterTOTAL.exe --version 7.5.0
#r "nuget: SkaterTOTAL.exe, 7.5.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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,140 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.