Possible Duplicate:
Android: Getting source code from an APK file
Is it possible to reverse engineer a APK file to get the actual code? Please advice. Thank you.
An Android app is very easy to reverse engineer, if the developer let some loose ends hanging. Use the dex2jar utility to convert the APK to JAR. Open the JAR in some IDE to look at the code.
May be the easy one to see the source: In Android studio 2.3, Build -> Analyze APK -> Select the apk that you want to decompile . You will see it's source code.
In Android app security testing, if the application is based solely on Java and doesn't have any native code (C/C++ code), the reverse engineering process is relatively easy and recovers (decompiles) almost all the source code.
Decompilation of APK file is possible. But it might be difficult to understand the code if it is obfuscated.
You can use http://code.google.com/p/dex2jar/ to convert to a JAR file then open it using http://java.decompiler.free.fr/?q=jdgui
Its possible to get the dalvik byte code and the resources decompiled using Apk Tool
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With