-
[the.zip](https://github.com/skylot/jadx/files/3102196/the.zip)
Hi, i am just trying to decompile an apk and convert to readable code,
and what i get is that
```
static /* synthetic */…
-
Please describe what you did before the error occurred.
**IMPORTANT!** If the error occurs with a specific APK file please attach or provide link to apk file!
* Jadx version: 1.4.3
* Java version:…
-
*Describe your idea:*
Hello! It would be nice to pass cli arguments to jadx via a config file instead of flags. jadx-gui already has the ability to copy existing settings to the clipboard. I think …
-
JADX WARN: Code restructure failed: missing block: B:13:0x002d, code lost:
if (r4 != 5) goto L87;
-
I am trying to rebuild an apk in android studio that I decompiled with jadx.
The apk depends on a deprecated version of the koin dependency injection framework.
I have tried adding current koin depe…
-
Issue exists on Apkleaks v2.6.1, running on Windows 10, with python 3.9.0.
This is probably because of the space in name of the `Program Files` folder. The error message appears after `** Decompili…
-
### Error
![jadx-gui](https://user-images.githubusercontent.com/14809754/57180388-0e855880-6e80-11e9-9447-58781d8f544a.png)
### JEB3 output
![jeb3-jadx-issue](https://user-images.githubuserconten…
-
### Issue details
ubuntu 22.04,open the jadx-gui,then close the pc screen, after open the screen, pop many error window.
Jadx version : 1.5.0
Java version : 11.0.23
Java VM : Ubuntu OpenJDK…
-
在 mac m1 上 反编译微信8.0.31以上的版本 在左边类导航栏 一滑动上下或者点开类的下级 就会导致ui卡死 jadx-gui无响应 要好久才能活过来...已经加大了xmx的内存.我的环境是mac m1 max 64g 给到jadx-gui的xmx是16g
Google translation:
Decompile WeChat version 8.0.31 or above …
-
### Describe your idea
### Description:
Hi, I've observed that Jadx sometimes produces excessively long statements with nested ternary operators, which can impact code readability and understand…