-
hi kovin,
amaze how you can find the encryption key. i tried to decompile using jadx, but still very hard to read the code.
May i know what is your decompiler tools?
-
F5后显示出来该toString函数的Smali代码:
```
# Method Zoom [751c50-000046]
.class public Lic0/d0$$f;
.method public toString()Ljava/lang/String; # method@00b68b
# insnsSize 27 (16-bit)
.registers 3 # [ v0 …
-
when navigatin through the file picker, if a file contains characters like Ç the program breaks with this error:
```
ERROR - Exception was thrown
java.nio.file.InvalidPathException: Malformed i…
-
When trying to switch the MainActivity class to smali view, an error occurs :(
* Jadx version: 1.4.5
* Java version: 19.0.1
* Java VM: Oracle Corporation OpenJDK 64-Bit Server VM
* Platform: Wi…
-
I met this error while running `JNIAnalyzer.java`. Google said I need to run java with `
--add-opens java.base/java.util=ALL-UNNAMED` like this:
```java
java --add-opens java.base/java.util=ALL-U…
-
Greetings!
Sometimes, while reverse engineering obfuscated classes that extend Android classes (BroadcastReceiver, Service, Activity, etc.) I tend to look for overriden methods by their names. I no…
-
When I use `find Usage(x)` on a public static field of a interface class, there is no result.
But I do found the field used by other class, and can be redirected to the field by double-click
-
**Problem**
Missing a statement in the bodyMapper of an Extract Method
**Commit**
[Here](https://github.com/skylot/jadx/commit/2d8d4164830631d3125575f055b417c5addaa22f)
**File**
[JavaC…
-
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.5
* Java version:…
-
Hi,
I've discovered this library while trying to find a solution for this issue: https://github.com/MuntashirAkon/AppManager/issues/951
However, it appears that it is unable to parse the `AndroidM…