protect two files in one VS Project?

Post here any topics that related to Enigma Protector, its functionality, your misunderstanding, offers to improvements etc etc etc
Post Reply
Iso_DEv
Posts: 3
Joined: Sun Jan 08, 2017 3:41 pm

protect two files in one VS Project?

Post 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
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: protect two files in one VS Project?

Post 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.
Post Reply