Pruning Non Managed Code
lbargers
Posts: 6
Hi,
Im beginning obfuscation on a project, and I get the error the assembly "StandardImport, Version=XXXXX, Culture=neutral, PublicKeyToken=null' contains non-managed code, which is not supported by SmartAssembly.
Do I use the pruning feature to cut out the non-managed code I do not wish to obfuscate?
Im beginning obfuscation on a project, and I get the error the assembly "StandardImport, Version=XXXXX, Culture=neutral, PublicKeyToken=null' contains non-managed code, which is not supported by SmartAssembly.
Do I use the pruning feature to cut out the non-managed code I do not wish to obfuscate?
Comments
SmartAssembly only supports obfuscation on 100% managed-code assemblies. Mixed assemblies can't be processed by SmartAssembly, no workarounds.
Sorry!