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

Add Kotlin @Metadata Parser #681

Open
Amejonah1200 opened this issue Sep 29, 2022 · 3 comments
Open

Add Kotlin @Metadata Parser #681

Amejonah1200 opened this issue Sep 29, 2022 · 3 comments

Comments

@Amejonah1200
Copy link
Contributor

It would be a good thing to be able to read what's in the metadata, as it would allow reverse engineering kotlin apps. (Also some Jetbrains IntelliJ Plugins).

@Col-E
Copy link
Owner

Col-E commented Sep 29, 2022

Would be very cool to implement a ClassVisitor that remaps the metadata annotation to a custom one that shows the data in plain text. That way we can simply insert that visitor into the decompiler interception logic to support this for any decompiler.

@Col-E
Copy link
Owner

Col-E commented Nov 19, 2022

Can begin working on this now with: 14976b2

@Col-E Col-E transferred this issue from Col-E/recaf-3x-issues Aug 30, 2023
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

2 participants