shurain / dex2jar

Automatically exported from code.google.com/p/dex2jar
0 stars 0 forks source link

use class names provided by ".source NAME" #176

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
(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 SigmaEps...@gmail.com on 28 May 2013 at 8:03

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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 SigmaEps...@gmail.com on 29 May 2013 at 5:20