skylot / jadx

Dex to Java decompiler
Apache License 2.0
40.9k stars 4.81k forks source link

[core]Decompilation errors #1533

Open bhwxha opened 2 years ago

bhwxha commented 2 years ago

Describe error

GDA: image

The pseudocode of jadx and GDA decompiled against each other, and by hooking, the pseudocode of jadx was found to be wrong.

2. Class:com.bytedance.embedapplog.at Function:a image

github limits uploads to 25MB and I can only share via Google Cloud Drive. What's a better way to upload an apk?

https://drive.google.com/file/d/1cq8kezLO4QBDEu1sBq9oNMN4T10_6tnL/view?usp=sharing

bhwxha commented 2 years ago

@skylot I found a decompile error, but jadx didn't give any indication. Method: com.bytedance.embedapplog.af.e() The strArr on line 414 should be assigned a value, but the previous code does not do anything to assign a value to it.

image

jeb:

image