Options

Obfuscation question about interface

cooclecoocle Posts: 2
edited November 24, 2011 5:46AM in SmartAssembly
Hello guys,

I find that there is a problem

First I created an library project(named a.dll) , with an public interface (IResult),

Then for another library project (named b.dll) , and there is a class

c.cs

for the public class "C" , it Inherit from the interface "IResult"

when I use SA , how can I obfuscate the interface "IResult"?

I used SA 6, and find it does not work well

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    As you would expect, renaming the interface in the DLL would make it unavailable for re-use in other code. If you can manage to use SA to merge a.dll into b.dll, then that should allow obfuscation of the interface because all references to it in a.dll will be updated to reflect the new name.
Sign In or Register to comment.