| Author |
Message |
coocle
Joined: 23 Nov 2011 Posts: 1
|
Posted: Wed Nov 23, 2011 8:38 am Post subject: 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 |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6369 Location: Red Gate Software
|
Posted: Thu Nov 24, 2011 11:46 am Post subject: |
|
|
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
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group