Find a obfuscation tool for android package built from Unity 4.* [closed]

佐手、 提交于 2019-12-07 14:18:18

问题


I have done a game used Unity engine, written in C#, now I want to publish a Android version to Google play. But currently, I know many games might be hacked if we don't obfuscate the code.

I checked this many times, but not successful yet.

Does anyone know any another tool support this?

Thank you


回答1:


You can take a look at Eazfuscator.NET. We delivered automatic obfuscation technology for Unity applications that just works:

http://www.gapotchenko.com/eazfuscator.net/features/gaming-technologies/unity

Not only Android, but also iOS, Windows Phone and others are covered.




回答2:


There are few code obfuscation tools for unity, but in order to use them well with your code some guidelines need to be kept in mind while coding, so you might need to change your code in some places, most of the code obfuscation tools don't have proper documentation for using with android .

you can see the following detailed link of the unity code obfuscation tool and how to use it with android

http://www.4infinity.com.hk/tutorial/code_obfuscation



来源:https://stackoverflow.com/questions/17232236/find-a-obfuscation-tool-for-android-package-built-from-unity-4

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!