Recently i was working on an android apk reversing project. To decompile an APK, i had to go with usual dex2jar for converting dex to jar and JAD/jd-gui for converting class to java. I just googled for a tool can do both these too but didn't find any. It was a Saturday eve and i had a plenty of time. I spend some 4hrs and created Xenotix APK Decompiler.
It can convert APK to .java file. It is a GUI front end powered by JAD and dex2jar. Download it from
https://github.com/ajinabraham/Xenotix-APK-Decompiler
https://github.com/ajinabraham/Xenotix-APK-Decompiler
how to use it,,,,
ReplyDeletecan you share us about the JEB Decompiler as well?
ReplyDeleteThank you for your efforts! However, JAD is VERY old. Did you see JADX? https://sourceforge.net/projects/jadx/files/
ReplyDeleteIt also has online version here: http://www.javadecompilers.com/apk/