-
### Issue details
Dear developers
I mainly use jadx-gui for deobsuffacing malware, it is very convenient because it has functionality for renaming object and searching for object declaration/use, th…
-
package com.dothantech.common;
public class DzApplication extends Application
from jeb:
public static String a(String arg6) {
FileInputStream v1 = null;
if(!TextUtils.isE…
-
Hey!
When I have jadx-gui that finished decompilation and hangs in background, it consumes A LOT of CPU resources. When I run `jstack`, I get the following output:
```
2022-03-19 23:43:22
Full t…
-
Hi,
i just found out that jadx cannot decompile nested try catch. it is unusual but there are some cases where nested try catch cannot be avoided.
```java
public final java.lang.Boolean b() {
…
-
Hi,
It is known that some obfuscators try to use anti-decompilation & -disassembly tricks to thwart reversers and break decompilers and RE tools.
The decompilation seen in this post (https://gi…
-
### Issue details
When renaming a class, field or function, jadx will show the change in the current view and then hang for a long time (30+ seconds) before it starts responding again.
It's a weir…
iscle updated
5 months ago
-
大佬,微信8.0.49版本的聊天页面输入框ID是什么啊,该怎么看
-
I'm trying to remove logging code but it cannot be removed totally. For example, empty "LogObject" class is present in a proguard's output. If "s_log" is commented out then "LogObject" class is also r…
-
I installed v0.2 on my Fairphone 4 running LineageOS-with-microg 20 (Android 13) and pulled the stock camera app from the latest FP4 firmware. The camera app version is `v2.0.039(06301600-01)`. With y…
-
### Steps to reproduce
* JaCoCo version: 0.8.2
* Operating system: Android
* Tool integration: Gradle
* Steps:
1. kotlin java class:
```
import android.os.Parcelable
import kotlinx.parceliz…