-
proguard version: "7.4.1"
java.lang.NullPointerException: Cannot throw exception because "null" is null
at com.hym.douyinparser.data.ParserDataState$streamData$2.invokeSuspend(Unknown Source)
a…
-
Hi @assegaf , I need your help putting "yowsup" project to work.
I've done some win x32 disassembly before, but I'm not an expert (java never).
We can arrange a hourly support payment so it's not …
-
Hi,
Apologies if this is not the right place to note this but after downloading and exploring the preprocessed GitHub part of The Pile I've noted the metadata `file_name` are sometime a little off …
-
this example
[const-method-handle.zip](https://github.com/skylot/jadx/files/10647393/const-method-handle.zip)
-
Right now jadx does not remember project settings. For example, lets say I launch two instances of jadx.
The first instance will decompile an obfuscated apk, so I turn on deobfuscation. Then, when I …
iscle updated
2 years ago
-
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.7
* Java version:…
-
### Issue details
android kotlin suspend function
```
suspend fun firstFun(value:String){
val result = secondFun()
delay(1000)
Log.d("Coroutine", "firstFun delay finish $value…
-
A multi-variable type inference can be observed when this class is decompiled with lastest git (compiled with openjdk8, decompiled with "use dx/d8" and option "d8"). This class is a minimized extract.…
-
### Describe your idea
Hi there, Great job done.
I want to know if it is possible to add something similar to IDA Pro FLIRT as follows:
1.Create signatures of standard/3rd party library dalvik fu…
-
### Describe your idea
Can the smali window and java window in jadx not stay synchronized? For example, if I'm viewing the 'test000' function in the java window, when I switch to smali, it doesn't au…