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

[feature] Add the ability to parse SourceDebugExtension annotations #2198

Open
Fi5t opened this issue Jun 7, 2024 · 0 comments
Open

[feature] Add the ability to parse SourceDebugExtension annotations #2198

Fi5t opened this issue Jun 7, 2024 · 0 comments

Comments

@Fi5t
Copy link
Contributor

Fi5t commented Jun 7, 2024

Describe your idea

Recently I've found the interesting annotation in decompiled code. It comes from Kotlin - @SourceDebugExtension({"SMAP\nLifecycle.kt\nKotlin\n*S Kotlin\n*F\n+ 1 Lifecycle.kt\nandroidx/lifecycle/Lifecycle\n+ 2 fake.kt\nkotlin/jvm/internal/FakeKt\n*L\n1#1,446:1\n1#2:447\n*E\n"}). It annotates an obfuscated class:
image

I think it will be extremely useful to add the ability to parse such annotations and deobfuscate class names accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant