Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core]Part of the code is missing from a static block of decompiled code #1572

Closed
bhwxha opened this issue Jul 7, 2022 · 1 comment
Closed
Labels
bug Core Issues in jadx-core module

Comments

@bhwxha
Copy link

bhwxha commented Jul 7, 2022

link: https://drive.google.com/file/d/1_LvHtYY4MnBa3zBZ-WbXJ6gsQi7SeysM/view?usp=sharing

Enumerated class name: com.qq.e.comm.plugin.i.b

You can see that there is a member property h in the static block, which will be assigned a value.

image

You can also see it in smali
image

But the jadx pseudocode is missing this piece

image

@bhwxha bhwxha added bug Core Issues in jadx-core module labels Jul 7, 2022
@skylot
Copy link
Owner

skylot commented Jul 7, 2022

@bhwxha this is renamed $VALUES array generated by java compiler, and it can be safely removed. Also, it was not used in your case, so there is no any issue.
Anyway, I add more checks before removing this field or a custom 'values()' method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Core Issues in jadx-core module
Projects
None yet
Development

No branches or pull requests

2 participants