Hi, has anyone obfuscated their MIP Plugin DLL and if so what did you use to do it? I have tried obfuscating using ConfuserEX but i get errors when loading the DLL, so something is going awry with it.
Hi Phill,
from a Milestone perspective we have not obfuscated the MIP Plugin dll.
Perhaps others have different experiences in this regard.
Thanks Raul, what is the preffered method then to secure code for plugins written in c# using the MIP SDK? Obviously if people are selling their product (plugin) then a method of security would want to be in place?
I tested with Dotfuscator (PreEmptive Solutions, used a trial license).
As it was my first I leaned heavily on the describtion of doing post-build command in this article. (https://msdn.microsoft.com/en-us/library/hh977082(v=vs.107).aspx)
The test project was simply the plugin template with no additional coding (MIPPluginTemplate_vs20132).
I my test it worked very fine!