←back to thread

314 points walterbell | 2 comments | | HN request time: 0.446s | source
1. Oxodao ◴[] No.43689747[source]
For initial RE, I'd highly suggest jadx-gui over dex2jar+jd-gui it has a lot of nice feature
replies(1): >>43689856 #
2. grishka ◴[] No.43689856[source]
Not only that, jadx operates on dex files directly and the conversion from dex to regular JVM classes can sometimes be lossy. So you tend to get better decompilation with jadx vs dex2jar and any regular Java decompiler.