Managed DLL in Enigma

Post here messages if you have any problems with working of Enigma Protector
Post Reply
Leonard
Posts: 15
Joined: Sat Jan 07, 2012 11:07 am

Managed DLL in Enigma

Post by Leonard »

Hello,

I'm trying to find a way of adding managed dll ( made in c# ) in Enigma.
I'm getting "Internal Protection Error,please contact to author!" but I'm not sure why.

The two functions : Enigma_Plugin_Description() | Enigma_Plugin_About() were added and the return literal is the one enigma requires ( UTF32 ). Both functions were [EXPORTED].

Another error I was getting was something like : The program can't find the entry point of the dll. Therefor ..the equivalent of the entry point in c++ is the constructor in c# , once added the error has dissappeared but now I'm getting the Internal Error.

Any advices?
Enigma
Site Admin
Posts: 3085
Joined: Wed Aug 20, 2008 2:24 pm

Re: Managed DLL in Enigma

Post by Enigma »

Hi Leonard,

Protection of Managed DLLs are impossible at all. If your application is .NET exe (which can be protected) and it uses managed dll, then you have to add this dll into Virtual Box - Files free. Protection managed dlls same as .NET exe impossible.

If you are developing a plugin for Enigma, use the Enigma Plugin SDK and choose the language available there (Delphi, C++). It is impossible to create a plugin with C#.
Post Reply