Questions tagged [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

.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

33 questions
13
votes
3 answers

IntelliLock vs Net Reactor

What is/are the difference(s) between these two? And why would I want one or the other or both? This is for a commercial .NET C# WPF application that will be packaged via WiX. I will need a trial license to purchased license capability.
Steve Mills
  • 131
  • 1
  • 5
8
votes
3 answers

.NET Reactor encryption vs obfuscation

I have a requirement to protect our assemblies against reverse engineering, to lessen the risk of IP theft or license hacks. .NET Reactor looks powerful and we already have a license for it. Reading through the documentation it seems there are…
grinder22
  • 551
  • 4
  • 17
5
votes
2 answers

What is an .exe file stub?

I'm learning how to obfuscate my assembly using .NET Reactor. One option is to "Generate a native x86 EXE file stub," which I do not understand its purpose. I import an assembly (e.g. an .exe file) and output an obfuscated .exe file, which is…
KMC
  • 19,548
  • 58
  • 164
  • 253
5
votes
1 answer

How to obfuscate a .NET Core 3 assembly with .NET Reactor, containing multiple satellite assemblies?

I have a .NET Core 3.0.100 assembly obfuscated with .NET Reactor v.6.0.0.0. Said main assembly depends on additional assemblies which have been packed and obfuscated together with it, by using Reactor commands: -satelite_assemblies [path/s] -merge…
Derptastic
  • 491
  • 1
  • 6
  • 18
5
votes
3 answers

How to use .Net Reactor obfuscated dll of Xamarin Android APK

I am new to Xamarin Android. I have created an App using Visual Studio 2015 Community Edition. I have set the Solution Configuration to Release. For obfuscation I used .Net Reactor. This is how I tried to obfuscate 1: Once I build the App, I will…
Ajit Hegde
  • 542
  • 1
  • 15
  • 33
4
votes
2 answers

Can you Obfuscate LinqToSql Assemblies with .net reactor without breaking them?

I am using .net Reactor to obfuscate a data layer assembly containing LinqToSql classes. On invoking the assembly, i am getting the following error.. Bad Storage property: '_ApplicationId' on member 'RCSQLData.Application_DB.ApplicationId' I am…
Michael Dausmann
  • 4,202
  • 3
  • 35
  • 48
3
votes
2 answers

C# Desktop Application. Code obfuscation. Code obfuscated by .Net Reactor was easily deobfuscated

We are developing a Desktop Application (Windows Service) with C#. And we are trying to protect our intellectual property and this is why we decided to .Net Reactor Initially, it looked like a powerful tool. When obfuscating I've selected all…
Stanislav
  • 165
  • 1
  • 15
2
votes
2 answers

How to activate Net Reactor with the license file by using command line

I did purchase the license of the .Net Reactor, but I couldn't find any documentation about how to activate the .Net Reactor to Full version by using command line. The reason why I need to using command line to activate is because I try to…
sam
  • 21
  • 2
2
votes
2 answers

how to use Net Reactor Direct rewrite original file?

when I use Net Reactor encrypt my project ,it will create xxxx_secure folder, But i hope Direct rewrite original file,how to do ?
zenith
  • 51
  • 1
  • 7
2
votes
1 answer

Is there a way in Visual Stuio's compilation settings to combine other referenced DLLs into the built assembly?

I have an EXE that I want to distribute, but I don't want to ship all the associated DLLs with it (sort of). Currently I package them all together using .NET Reactor. I tried ILMerge a while back to achieve the same, but when I tried it I ran into…
joshcomley
  • 28,099
  • 24
  • 107
  • 147
1
vote
2 answers

Detect is already obfuscated with .Net Reactor

We have a Installer build server for obfuscate and build installation file for our .Net project. When developers commit dll files, we want to obfuscate automatically. But the problem is; sometimes developers are able to obfuscate before…
Fatih
  • 945
  • 15
  • 26
1
vote
1 answer

.Net Reactor ERROR: Unable to update the dependencies of the project. The dependencies for the object 'PHMateLib.DLL' cannot be determined

I am using .net reactor for code protection when i compile it .net reactor and start my setup project i am not able to build my msi files its throwing compile time error ERROR: Unable to update the dependencies of the project. The dependencies for…
Ravi Kanth
  • 1,182
  • 13
  • 38
1
vote
1 answer

.NET Reactor way to fail signing process when licence is not found

I've added a new hard drive to my build server, unfortunately it caused license expiration on .Net reactor. My problem is that I need a way to fail reactor signing process when situation like this take place. Unfortuantelly reactor still signed our…
0lukasz0
  • 3,155
  • 1
  • 24
  • 40
1
vote
2 answers

Xamarin forms portable library with obfuscation tool .Net Reactor

I am working on Xamarin forms project (with portable project) I am trying to obfuscate the portable dll using .Net Reactor I have done that using a batch file which is set as a post build event for the portable project and everything works fine…
Motaz
  • 300
  • 1
  • 2
  • 17
1
vote
1 answer

how to use Net Reactor obfuscation tool to rewrite original file

When I am using .net Reactor to encrypt my project ,it will create mydllname_secure folder, But i hope Direct rewrite original file, is it possible ? I have tried to change the settings Target File…
Kamran Shahid
  • 3,954
  • 5
  • 48
  • 93
1
2 3