dex2jar
dex2jar copied to clipboard
use class names provided by ".source NAME"
(it's a enhancement not a issue)
I don't know which bytecode that is but baksmali translates it into ".source"
and it contains the original filename before proguard renamed them.
It would be nice if dex2jar would read and use them so projects optimized by
proguard becomes more readable.
Original issue reported on code.google.com by [email protected]
on 28 May 2013 at 8:03
[deleted comment]
I didn't try that with much apps but this app uses proguard and has .source
information still available(but .parameter names got removed):
https://play.google.com/store/apps/details?id=com.facebook.orca&hl=en
Original comment by [email protected]
on 29 May 2013 at 5:20