Does signing a Unity3D Android App give security against decompilation? -


Is there a protection against the disruption of the C # code by signing a Unity 3D Android app?

No, the signature on your application only recognizes you as the developer of that application. It does not provide any additional protection against decompilation. If you wanted you to go on the path of ambiguity, but even there is an annoyance to those people who are not guaranteed for reverse engineering done by you, and indeed security.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -