vineflower
vineflower copied to clipboard
Parse Kotlin metadata when decompiling
When decompiling obfuscated code, it'd be nice if the metadata inserted by the Kotlin compiler could be used to automatically rename classes, properties, etc.
It's out of the scope of quiltflower to deobfuscate
To elaborate a bit, while Quiltflower has a miniature deobfuscator built in, it's aimed towards making code found in the wild decompile into something readable. We have a plugin system planned for Quiltflower to add language specific features and instruction simplifications, this would become a part of that.