Hi Adik,
Different protection systems could be incompatible between each other, really most of them are incompatible.
The core of problem could be different and specific and may not belong to Enigma Protector, but to .net reactor.
As a possible workaround, I suggest you to use .net reactor and Enigma Protector separately, for .net and native files.
If you wish to protect .net files with Enigma too, then please check out new tutorial http://www.softwareprotection.info/2022 ... protector/
There we use ConfuserEx for .net obfuscation then protection with Enigma, these both are fully compatible with each other.
.Net Reactor support?
Re: .Net Reactor support?
Can you please send us original files for testing at support@enigmaprotector.com? We will check what is going wrong.
If that is impossible, then it is worth to try ILMerge to merge files, then use ConfuserEx, then Enigma Protector.
This is the command how to use ILMerge:
If that is impossible, then it is worth to try ILMerge to merge files, then use ConfuserEx, then Enigma Protector.
This is the command how to use ILMerge:
Code: Select all
ilmerge /target:winexe /out:MyApp.exe MyExe.exe ServiceStack.dll ServiceStack.Interfaces.dll ServiceStack.ServiceInterface.dll ServiceStack.Text.dll