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 Vineflower decompiler #508

Open
tokit3mx opened this issue Aug 24, 2024 · 0 comments
Open

Add Vineflower decompiler #508

tokit3mx opened this issue Aug 24, 2024 · 0 comments

Comments

@tokit3mx
Copy link

tokit3mx commented Aug 24, 2024

As we know, currently any kind of kotlin code that has been made into java from dex (for example with fernflower by extracting dex and using d2j-dex2jar) looks... java-ish. Kotlin has functions which aren't possible in normal java in normal circumstances, like proper null-handling on compiler level, coroutines, automatic simple getters and setters, etc... Vineflower is a fork of Fernflower, first ever decompiler which supports kotlin, as well as it's main purpose is to be as accurate as possible while retaining readability, for example with actually supporting kotlin, if source file is actually in kotlin. It would be greatly appreciated if along other decompilers Vineflower would also be there to provide another look at the code.

https://vineflower.org/
https://github.com/Vineflower/vineflower

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