-
When attempting to decompile a .dex file, a specific method did not get decompiled correctly in the "Code" tab, but does have the correct code in the "Smali" tab. Jadx did not throw any error or warni…
-
As the title describes, if there is a zero args constructor that has an annotation, the decompiler does not show the constructor and misses the annotation.
Source code:
```
package com.bluesmods.…
-
[dpt-android5.zip](https://github.com/luoyesiqiu/dpt-shell/files/8649579/dpt-android5.zip)
```
环境:
Nexus5
android5.1.1
api22
执行出错,日志上看着是CodeItem已经回填成功,但是出现了NullPointerException
dpt-androi…
-
## Environment
```sh
# copypaste this script into your shell and
$ date; r2 -v; uname -ms
Thu May 4 09:26:39 CST 2023
radare2 5.8.5 30055 @ darwin-x86-64 git.5.8.4-5-g8527abff55
commit: 8527…
-
I am using the latest version (v 0.9.0) of Jadx to decompile the following [apk file](https://apkpure.com/mycanal-vos-programmes-en-live-ou-en-replay/com.canal.android.canal/download?from=details)
…
-
*Describe your idea:* By making the JADXexecute window modeless it will be possible to interact with the parent window (JADX-GUI).
```java
diff --git a/jadx-with-jadxecute/gradlew b/jadx-with-jadx…
-
Currently the `JadxGuiContext` methods do not contain a proper way to interact with the code generated.
It would be nice to have a way to interact with the interface, to do basic things like `codeJum…
-
When decompiling class files and jar packages, the response is very slow and memory is consumed. Can you optimize the memory usage?
-
I'm coming across more and more obfuscated Flutter apps and jadx provides no insight into the business logic. Strings rendered on screen are not found anywhere in jadx-gui.
Edit: [This 2 years old …
-
*Describe your idea:*
I created a scripting plugin for JADX a few weeks ago that allows you to input Java code as a jadx script: [JADXecute](https://github.com/LaurieWired/JADXecute)
I was plann…