[ObfuscateControlFlow]
devdept
Posts: 27
I added the [ObfuscateControlFlow] attribute to push the obfuscation of some licensing methods.
I have no difference in decompiled code. What should I do?
Maybe it is a bug? Should something be changed in the SA project file?
Can I upgrade from 6.2 to the latest for free or should I upgrade paying something?
Thanks,
Alberto
I have no difference in decompiled code. What should I do?
Maybe it is a bug? Should something be changed in the SA project file?
Can I upgrade from 6.2 to the latest for free or should I upgrade paying something?
Thanks,
Alberto
Comments
You mean, you use an deobfuscator and it shows the code -- if you were using ILDSAM or a straight IL dumper the IL should be really different.
If you check the forum here we have a few complaints about code being disassembled. Protecting the assembly is pretty much an arms race but ultimately, like with any app protection, you're just making things harder for the hacker. There is a new feature in 6.6 called Method Parent Obfuscation. That may help.
I am using JetBrains dotPeek, honestly if hackers use this kind of tools all the things SA is doing are pretty useless I think.
Ho do you enable MethodParentObfuscation, I set Unverifieable as obfuscation level for the [ObfuscateControlFlow] tagged methods but again nothing changes after opening it with dotPeek...
Thanks,
Alberto