Skip to content
🤔 Documentation issue? Report it

//leakcanary-repo/shark/HprofDeobfuscator

HprofDeobfuscator

[jvm]\ class HprofDeobfuscator

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

Constructors

HprofDeobfuscator [jvm]
constructor()

Functions

Name Summary
deobfuscate [jvm]
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