You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to obfuscar
Release 1.5.0 is available now.
Two new features are added and most of the pending issues are fixed in
this release:
New Features:
- Obfuscar hides string constants within the code by replacing the
string load with a method call.
- Signed assemblies are now supported.
Fixes:
- The attrib value is correctly evaluated now.
- Large dll had issue where interface method & base virtual method
come together.
- The value__ special field in enumerations is not renamed any more.
- CustomAttributes with a typeof(MyType) in the constructor parameters
are patched when MyType was renamed.
- GetTypeDefinition() supports nested types and generic interfaces
now.