Not Protect API

Post here any topics that related to Enigma Protector, its functionality, your misunderstanding, offers to improvements etc etc etc
Poseidon77
Posts: 13
Joined: Mon Nov 26, 2012 8:07 am

Re: Not Protect API

Post by Poseidon77 »

Hi again,

I solved this issue at the end.
As you mentioned previous post, calling to csc.exe is broking my codes and serialization. So then, I follow the other approach:

If I compile the project without generating XMLSerialization dlls and then merge BugTest.exe and MyLibrary.dll as a new BugTest.exe and then generate BugTest.XmlSerialization.dll from this new BugTest.exe (using sgen) and protect only new BugTest.exe with enigma then my application works perfectly. Also this means, I don't need to change my software architecture.

You can see why csc.exe running when merging and protecting the exe from this link: http://blog.bits-in-motion.com/2009/11/ ... 0solution.
Enigma
Site Admin
Posts: 2945
Joined: Wed Aug 20, 2008 2:24 pm

Re: Not Protect API

Post by Enigma »

Yes, of course, this is what I told to you.

Now, just to hide BugTest.XmlSerialization.dll, you may add it into Virtual Box feature, and finally you will have just alone exe file
Post Reply