Page 1 of 1

protect two files in one VS Project?

Posted: Sun Jul 02, 2017 9:14 am
by Iso_DEv
Hello,
I created a Enigma Project to protect the Main Exectuable with its own Settings (e.g. 45days trial...) and furthermore I created another Enigma Project to protect a .Net DLL -that is used as part in the same software- also with its own setting (e.g. 180 days trial period ...). Is there a chance to manage these two protected files in one softwaresuite and how to differ these two files in Visual Studio source code (e.g. EP_TrialDaysTotal)?

kind regards
Tom

Re: protect two files in one VS Project?

Posted: Tue Jul 04, 2017 11:27 am
by Enigma
Hi Tom,

As we discussed, there is no way for direct protection of .NET dll files (apart of native dll or apart of .NET exe files).

What you can do:
1. You can embed .NET dll into the Virtual Box feature when you protect the exe file. You still can use Enigma API functions to control the trial parameters.However, in this case, the trial parameters for exe and for dll will be absolutely same.

2. If you need to divide the trial from exe and dll you can develop a native dll, protect it, and use it from .NET dll. In this case, you should create a separate protection project for the dll so differ the trial of dll and exe.

Hope this helps.