As per this link. I can go first two steps but, i can't get souce code using this Java Decompiler. If anyone having good dj java decompiler then send it to me. And, also i need some good apktool v1.x AND apktool for getting xml files. Thanks in Advance.
|
| |||||
feedback
|
|
1) You should use two method for getting source code from .apk files? And, download apktool and jdgui application to do below steps :
Please follow these steps to get the source code. Hope this will helpful. | |||
|
feedback
|
|
this site might be helpful for you reverse engineering | |||
feedback
|
|
The most you'll be able to get are image resource files and xml files, using java vm decompilation you'll be able to get byte code which you can read and tinker with a little bit, it is tough to get the actual source code for the apk unless you're the developer. To get byte code simply use smali/baksmali to assemble and disassemble bytecode. See link below: | |||
|
feedback
|