jadx
jadx copied to clipboard
Dex to Java decompiler
### 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...
### 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....
### 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...
### Describe your idea Jadx 1.5 stable version. when adding comment after/in closing bracket there is error "cant add comment here". Thanks!!
### 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...
### 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...
JADX WARN: Code restructure failed: missing block: B:13:0x002d, code lost: if (r4 != 5) goto L87;
### 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...
### 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...