-
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: dev
* Java version: 1…
-
Hi there, what a powerful tool
We build a gradle plugin for weaving some classes in tranform tasks, with ASM.
For example:
before:
```java
public void onCreate(Bundle savedInstanceState) {
…
-
thanks for you . I have a question. i use jadx as lib in java intellij idea project.as follow code.
```java
import jadx.api.JadxArgs;
import jadx.api.JadxDecompiler;
import jadx.api.JavaClass;
…
-
/* JADX ERROR: Failed to decode insn: 0x0020: INVOKE_POLYMORPHIC r2, r6, r3, r4, method: com.example.myapplication26.MainActivity.invoke_polymorphic():void
jadx.core.utils.exceptions…
-
Hi,
Is it possible to make the extension work with source of decompiled applications (apks) using jadx or d2j-dex2jar? I've been trying to make it work with apks I have but it doesn't hit the brea…
-
Hey there, I've opened many smali files as a project in Jadx, but when I edit a smali file in vscode and then use "Reload files (F5)" in Jadx, the changes aren't there. Curiously, they won't even load…
-
Hi ,
after decompilation I found in styles.xml file these :
`0x10 0x1`
Any idea??
-
It's just mentioned in 0x08.
- Add short intro to bytecodeviewer.com in 0x05b-Basic-Security_Testing.md. First draft:
> Bytecodeviewer is a free and open source Java decompiler framework running…
-
JADX ERROR: Failed to decode insn: 0x0017: INVOKE_CUSTOM
jadx.core.utils.exceptions.JadxRuntimeException: 'invoke-custom' instruction processing error: Failed to process invoke-custom instruction:…
-
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!
i tried to use this apk but it did not …