vineflower icon indicating copy to clipboard operation
vineflower copied to clipboard

Parse Kotlin metadata when decompiling

Open Ronsor opened this issue 2 years ago • 2 comments

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.

Ronsor avatar Jul 27 '22 18:07 Ronsor

It's out of the scope of quiltflower to deobfuscate

Earthcomputer avatar Jul 27 '22 22:07 Earthcomputer

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.

jaskarth avatar Jul 28 '22 04:07 jaskarth