jadx icon indicating copy to clipboard operation
jadx copied to clipboard

Dex to Java decompiler

Results 387 jadx issues
Sort by recently updated
recently updated
newest added

### Issue details In the JadxPlugin interface, within the init method, addMenuAction is used. After opening jadx, click on settings and then close it. When loading an APK file, you...

bug
GUI
jadx-plugin

### Issue details Hi I read from the wiki that Jadx should be supported on Android > API 26 and I want to integrate it into my Android Studio project....

bug
Core
jadx-lib

### Describe your idea I hope Jadx can add a navigation button for "Go to Application", such as "Go to Main Activity". The reason is that many important analysis cases...

new feature

### Describe your idea Jadx 1.5 stable version. when adding comment after/in closing bracket there is error "cant add comment here". Thanks!!

new feature

### Issue details It's usually happens unexceptedly, when I use Win+Ctrl+Shift+B to refresh display driver, it will turn normal until next corrupt hepped.Only in basic data type veriable cause this...

bug
GUI

### Describe your idea Hi there, Great job done. I want to know if it is possible to add something similar to IDA Pro FLIRT as follows: 1.Create signatures of...

new feature

JADX WARN: Code restructure failed: missing block: B:13:0x002d, code lost: if (r4 != 5) goto L87;

bug
Core

### Describe your idea In some apps I recompiled recently, I had compilation errors because attributes of custom views in `values/attrs.xml` were not defined as "declare-styleable". So I looked into...

new feature
resources
discussion

### Issue details Hello. I patch .smali files directly and I typically use `jadx` only to check whether my Smali patch is fine. But for some reason, `jadx` produces **very...

bug
Core