Top "Dex2jar" questions

Dex2jar is a set of tools to work with Android .dex and java .class files.

using java decompiler jd-gui and getting // INTERNAL ERROR //

I decompiled an apk file using dex2jar and opened the resulting jar file in jd-gui. I can view almost …

java android dex2jar
Apk decompile error: d2j-dex2jar command not found

I try to get source code from an .apk I followed the steps from right here Is there a way …

apk dex2jar
Cannot use dex2jar on my mac: permission denied

I downloaded dex2jar and now trying to use it, but if I type 'sh d2j-dex2jar.sh' it …

android dex2jar
Alternative to dex2jar and jd-GUI?

it seems that either dex2jar and/or jd-GUI gives bad de-obfuscation even for the simplest code of if-else condition (…

java android decompiling dex2jar
Using dex2jar jar file in terminal

I have been using Ubuntu 14.04. I have dex2jar.jar file and i want to use dex2jar to decompile …

ubuntu terminal sh dex2jar
Decompile APK, modify an activity and recompile to APK

I'm trying to do something simple. I have an APK file, I want to change a certain variable value in …

java android eclipse apk dex2jar
Error with dex2jar classes.dex file for reverse engineering of apk file

I am trying to extract the source code from an apk file and I am following the following steps Is …

java android reverse-engineering dex2jar