JakeWharton / diffuse

Diffuse is a tool for diffing APKs, AABs, AARs, and JARs
Apache License 2.0
2k stars 103 forks source link

Adding support for R8/D8 mapping #215

Closed EdbertChan closed 9 months ago

EdbertChan commented 9 months ago

It appears that the wiring for deobfuscating R8/D8 proguard maps already exists. The only thing left is to apply those mappings to existing dexes and references.

Closes #96

JakeWharton commented 9 months ago

Probably fixes #96?