Software to obfuscate APK

6

I do not know this question is valid to raise here according to the policies of questions but if not I will remove it, a brief search on the internet found several tools including websites that decompile an apk

decompileandroid

android-apktool

AndroChef

In a way this leaves us very frustrated at the idea of creating a product but can not protect our intellectual property.

I did a search on some software for the apk obfuscation but I still remain in doubt as to what steps to take to protect my product, what better software \ solution to help us in this matter.

    
asked by anonymous 28.07.2014 / 15:06

1 answer

2

On the Android Developer's own official website has the solution. The SDK comes with ProGuard , which optimizes and obfuscates your android project.

link

But it's how the user Renan cited, it gives a sense of security, but anyone who really understands reverse engineering, can easily dribble.

    
29.07.2014 / 18:21