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-1.3.4] jobf mappings file begins method line with f instead of m #1432

Closed
Col-E opened this issue Apr 2, 2022 · 0 comments · Fixed by #1433
Closed

[Core-1.3.4] jobf mappings file begins method line with f instead of m #1432

Col-E opened this issue Apr 2, 2022 · 0 comments · Fixed by #1433
Labels
bug Core Issues in jadx-core module

Comments

@Col-E
Copy link
Contributor

Col-E commented Apr 2, 2022

From: Col-E/Recaf#515

Turning on obfuscation and writing the jobf file in the preferences yields a mappings file that does not differentiate between fields and methods.

For instance:

f packagename.redacted.classname.c()F = m1020c
f packagename.redacted.classname.<clinit>()V = m5241clinit
f packagename.redacted.classname.a:Z = f5626a
f packagename.redacted.classname.b:Ljavax/microedition/khronos/opengles/GL10; = f5627b
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

Successfully merging a pull request may close this issue.

1 participant