Software for obfuscating APK

Asked

Viewed 1,314 times

6

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

decompileandroid

android-apktool

Androchef

From a certain form this leaves us very frustrated in the idea of creating a product but not being able to protect our intellectual property.

I did a research on some software for obfuscating the apk but I still have doubts about what measures to take to protect my product, which best software solution to help us in this issue.

  • 2

    Another topic happened with this subject right here at SOPT. Take a look

  • 1

    @emanuelsn, but this topic you posted, is only for JAVA, and in case the question is about ANDROID.

  • 1

    I’ll just say this for the umpteenth time: code obfuscation is like that strap that we have in the passenger car to hold when the driver accelerates. It may even give a sense of security to those who don’t understand what’s going on, but it won’t protect you against anything at all.

1 answer

2

On the official website of Developer Android has the solution. The SDK comes with the Proguard, that otmiza and overshadows your android project.

http://developer.android.com/tools/help/proguard.html

But it’s like the user Renan quoted, gives a sense of security, but who really understands reverse engineering, can dribble easy.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.