Tagged Questions
4
votes
3answers
3k views
Best Product to Obfuscate a Mixed .NET DLL
I have a .NET DLL and application. The DLL is written in C++/CLI and it's "mixed", i.e., partially managed code and partially native.
I have two goals:
1. Obfuscate all the managed code so it can't ...

