How can we help you today? How can we help you today?

Obfuscation question about interface

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
coocle
0

Comments

1 comment

  • Brian Donahue
    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.
    Brian Donahue
    0

Add comment

Please sign in to leave a comment.