010-68421378
sales@cogitosoft.com
Your location:Home>News Center >Industry News

.NET Reactor: Powerful code protection and software licensing system for software written in the .NET Framework!

latest update:2019/07/15 Views:1062
.NET Reactor What is .NET Reactor? .NET Reactor is a powerful code protection and software licensing system forsoftware...

.NET Reactor


 

What is .NET Reactor?

.NET Reactor is a powerful code protection and software licensing system for software written for the .NET Framework, and supports all languages that generate .NET assemblies. Its' main features are : 
 


Why you need to protect your intellectual property.

When you compile a program written for the Microsoft .NET framework, the program you provide to your users is not compiled into a native executable program, but instead is translated into something called the Common Intermediate Language instructions (CIL). CIL is half way between source code and native code, and is interpreted by the .NET framework when your program is run, rather than executed directly as machine code. Because of this, the source code of your application or library can be easily reproduced. Tools such as .NET Reflector can reproduce source code from a compiled .NET assemblies in seconds, and in the .NET language of your choice! Clearly, commercial software distributed to end users without some form of protection is wide open to piracy and intellectual property theft. 
 

The traditional solution to intellectual property protection in .NET is to use 'obfuscation', indeed Microsoft make an obfuscation utility available to Visual Studio users.

So why is obsfucation not enough?

Obfuscation is the process of making your source code more difficult (but not impossible) for humans to understand. Obfuscation works by replacing the meaningful names you assign to classes, methods, properties and variables with meaningless ones. For example, it may replace a variable name of "counter" with "A4DF3CV89G" - to humans these obfuscated names are confusing and difficult to remember, but have no effect on the NET Framework interpreter. Note that obfuscation does nothing to the source code within your methods, so it is not protected at all by obfuscation. .NET Reactor does everything an obfuscator does, but then wraps your intellectual property in several more layers of protection, denying access to your source code to even those who are determined to steal your hard work. .NET Reactor's protection has never been cracked, something which cannot be said about obfuscators.

Industry Leading .NET Reactor Source Protection

.NET Reactor prevents decompilation by a variety of methods which convert your .NET assemblies into processes which no existing tool can decompile ( and which are also very likely to prevent decompilation by any future tool). .NET Reactor builds a native code wall between potential hackers and your .NET assemblies by producing a file which cannot be understood directly as CIL. Because the CIL in your assembly is emitted intact only at run time or design time (in a form in which the source is completely inaccessible), no tool is capable of decompiling .NET Reactor protected assemblies.

The native code wall created by .NET Reactor between the hacker and your source includes industry leading NecroBit technology, which is exclusive to .NET Reactor. .NET Reactor's protection has never been broken since the first release in 2004. These technologies make reconstruction of your source code more difficult by so many orders of magnitude that NecroBit is by far the most effective protection you can use for .NET assemblies.

In addition to industry leading intellectual property protection, .NET Reactor provides powerful options for securing you revenue stream by enforcing licensing terms with a rich variety of trial version and full version locks. 

.NET Reactor offers you an easy and reliable way to:
arrow rightSecure your .NET applications and .NET libraries
arrow rightReplace CIL code with native code 
arrow rightPerform additional layers of protection, including obfuscation
arrow rightMerge assemblies, and 
arrow rightProtect your revenue by enforcing trial version restrictions and full version licensing terms. 

 

 

Key Features

 

Application, Library and Windows Service

 

Whatever your .NET product, .NET Reactor protects it.

Windows

Windows Forms Applications, Console Applications, Windows Services, Control & Class Libraries, WPF Applications & Libraries, WinRT/Metro Applications & Libraries

Web

ASP.NET Applications & Libraries, ASP.NET Services, WCF Services, Sharepoint WebParts

Silverlight

Silverlight Applications & Libraries

Smart Device

Windows Phone and Compact Framework Applications & Libraries

Others

SQL Server CLR Assemblies, Mono Applications & Libraries

 

asp.net

.NET Reactor offers full protection support for your ASP.NET Applications and Libraries.

.NET Reactor supports all .NET Framework implementations, including Compact Framework, Silverlight and Mono:

NET Framework 1.1/2.0/3.0/3.5/4.x
.NET CF 1.1/2.0/3.5
Windows Phone 7/8/10
.NET Portable
.NET Core 1.0-2.2
.NET Standard 1.0-2.0
WinRT/Metro
Unity 3D
Universal Windows
Silverlight 2.0/3.0/4.0/5.0
Xamarin.Mac
Mono 1.x/2.x

 

cpu

64-bit Support

.NET Reactor supports 32-bit and 64-bit Assemblies.

 

link

Merging/Embedding

.NET Reactor can merge or embed multiple .NET files into one executable (.exe) or library (.dll).

 

compression

Compression

.NET Reactor is able to compress applications and embedded files up to 50-75%.

 

necrobit

NecroBit IL Code Protection

NecroBit is a powerful protection technology which stops decompilation. NecroBit replaces the CIL code within methods with encrypted code. This way it is not possible to decompile/reverse engineer your method source code.

 

stop

Anti ILDASM / Anti Decompiler

No tool can disassemble/decompile .NET Reactor protected code. ILDASM(the Microsoft Intermediate Language disassembler) will actually report that it cannot interpret .NET Reactor protected assemblies.

 

exe

Native EXE File

.NET Reactor is able to generate a native x86 EXE file stub for your application. This way it is not possible to directly open your protected application in a decompiler. The decompiler recognizes your protected application as a native EXE file.

 

compile

Pre-JIT Methods

In combination with the Native EXE File feature and NecroBit, .NET Reactor is able to convert managed methods into REAL x86 native code. Only methods which doesn't affect the runtime and platform behavior (mostly small methods like property getters/setters...) are converted into native code. By nature this feature has a built-in protection against assembly modification.

 

obfuscator

Obfuscation

In addition to source protection, .NET Reactor provides thorough class and member obfuscation complemented by different exclusion schemes, use of non-printable characters in obfuscated names, and even incremental obfuscation, which always generates the same obfuscation strings for type and member names.

 

doc

Declarative Obfuscation

Declarative Obfuscation support allows you to directly define which types and members should be excluded from obfuscation. This can be done by using the custom attribute in your source code. .NET Reactor automatically detects the attribute and excludes the corresponding types and members from obfuscation.

 

cfo

Control Flow Obfuscation

Control Flow Obfuscation converts the code inside your methods into spaghetti code, which whilst retaining the function of the code makes it extremely difficult for human eyes and decompilers to follow the program logic. Decompilers are not able to decompile the spaghetti code back to your original source code.

 

string encryption

String Encryption

String encryption makes it difficult for a hacker to understand your code and to attempt a code patch of your assembly, as he will be unable to identify the text of messages or other useful strings, making it much more difficult to identify where to patch your code. This feature has a built-in protection against assembly manipulation.

 

certificate

Strong Name Removal Protection

Strong Name Removal Protection prevents your protected assembly from being tampered by hacker tools as they are not able to correctly resign the assembly with a different strong name.

 

resource

Resource Encryption and Compression

.NET Reactor can improve protection and assembly size by compressing and encrypting your managed resources. At runtime, when required the resources are automatically decompressed and decrypted.

 

license

Powerful Licensing System

Powerful and flexible, the .NET Reactor licensing features allow you to enforce your license conditions and protect your revenue stream by using hardware and software locks. The license manager can build trial or permanent licenses, in a matter of seconds. A fully documented software development kit (SDK), complete with examples, allows you to call the licensing system directly from your code, allowing you to create custom extensions to the licensing system.

 

Third Party Support

.NET Reactor is a mature product which has attracted third party development of add-ons.

 

language

Full Language Support

.NET Reactor supports all types of managed assemblies (C#, VB.NET, Managed C++, ASP.NET, Delphi.NET, J#...).

 

gui

Intuitive GUI

An intuitive, easy-to-operate GUI provides quick, comfortable operation.

 

command

Command Line Support

All features support command line invocation, and event driven invocation by Visual Studio Build Events. .NET Reactor produces the finished product in the same way you do.

 

price

Fairly priced

Everyone needs .NET Reactor, and .NET Reactor is priced to make ownership affordable.

 

trust

Trust

We trust our product. .NET Reactor is protected by itself.

 

tools

Further Tools / Features

Further tools and features include a ShareIt Module GeneratorStandalone License Generation ToolMulti Assembly ProtectionStrong Name Support, Digital Certificate Support, and even a Phone License Activation System.

 

 

The Protection System:

protection system

 


The Licensing System: 

 

 

Next:CalMAN Studio: SpectraCal's Complete Calibration Kit | for studio professionals!
Prev:DeskCamera: Virtual ONVIFIP Camera | For any organization that needs to monitor PC operator activity using an existing monitoring environment!

© Copyright 2000-2023  COGITO SOFTWARE CO.,LTD. All rights reserved