Obfuscation question about interface
coocle
Posts: 2
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
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