Tools for .NetCore / .NetStandard libraries obfuscation

894 Views Asked by At

Currently we were using SmartAssembly from RedGate to obfuscate out .Net Framework based libraries and it worked just fine.

However, in the past months we started working on supporting .NetCore and .NetStandard to be able to scale our product and noticed that we cannot longer obfuscate the resulting libraries because SmartAssembly doesn't support it yet.

Dotfuscator from what I know, could do the job, however it's not taking care of the relationships between dependencies so it's not actually a full obfuscation.

What other tools is the community using to achieve this purpose? I'm interested in free and commercial tools as well.

0

There are 0 best solutions below