HprofDeobfuscator

class HprofDeobfuscator

Converts a Hprof file to another file with deobfuscated class and field names.

Constructors

Link copied to clipboard
fun HprofDeobfuscator()

Functions

Link copied to clipboard
fun deobfuscate(    proguardMapping: ProguardMapping,     inputHprofFile: File,     outputHprofFile: File = File( inputHprofFile.parent, inputHprofFile.name.replace( ".hprof", "-deobfuscated.hprof" ).let { if (it != inputHprofFile.name) it else inputHprofFile.name + "-deobfuscated" })): File