Code obfuscation does not work
kissack
Posts: 3
Good day,
most probably this is some trivial error, but I am having trouble protecting a DLL written in .NET 4.0.
I load it into SA, select the middle or best protection level and build the assembly.
I open the resulting assembly in Telerik's justDecompile and can clearly see the code.
Am I missing something ? Would appreciate any tips on what might be wrong.
Kissack
most probably this is some trivial error, but I am having trouble protecting a DLL written in .NET 4.0.
I load it into SA, select the middle or best protection level and build the assembly.
I open the resulting assembly in Telerik's justDecompile and can clearly see the code.
Am I missing something ? Would appreciate any tips on what might be wrong.
Kissack
Comments
Reading the manual :
SmartAssembly does not obfuscate public members of DLL files, because the DLL would be unusable...
Makes sense, so issue solved