Tagged Questions
The net-reactor tag has no wiki summary.
3
votes
2answers
449 views
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 ...
2
votes
0answers
90 views
What is an .exe file stub?
I'm learning how to obfuscate my assembly and is using .NET Reactor for this purpose.
One of the option is "Generate a native x86 EXE file stub", which I do not understand its purpose. I import an ...
2
votes
1answer
120 views
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 ...
2
votes
1answer
935 views
Is it possible to use .NET Reactor with ClickOnce deployment?
After reading this post and encountering the same issue (when attempting to build the manifests):
MSB3171: Problem generating manifest. Could not load file or assembly or one of its dependencies. An ...
1
vote
2answers
489 views
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 ...
0
votes
1answer
99 views
.NET Reactor tutorial or support?
Does anyone get to know how to start with .NET Reactor?
I look through the manual and online support and also the Google Group, but none get me started. The software asked me to upload an assembly ...
0
votes
0answers
265 views
License file directory on .NET Reactor
I'm using an integrated build environment on Visual Studio and using the post build action to call .NET Reactor cmd.
Everything was working fine until I tried to change the license to another ...
0
votes
4answers
662 views
Create setup package for obfuscated code for C# Windows Application
I have used .Net Reactor to obfuscate code. Now how do I create create setup package for the obfuscated code. Or are there any other tool for creating setup package for obfuscated code.
Thanks in ...
0
votes
3answers
621 views
.NET Reactor - How to Protect 64-bit Assemblies
I have build 64-bit (x64) versions of some assemblies and am trying to obfuscate them with .NET Reactor, which claims to have 64-bit support. However, even if I disable all protection and locking ...