pxb1988 / dex2jar

Tools to work with android .dex and java .class files
Apache License 2.0
12.06k stars 2.09k forks source link

how to convert dex debug_info to class file? #547

Open blossomchina opened 1 year ago

blossomchina commented 1 year ago

dex2jar has -d arg to read debug info from dex file, but there is no related code attribute such as LocalVariableTable and LineNumberTable in the result. If dex2jar support that or not? If support, which commands can i use?

stuven1989 commented 1 year ago

dex2jar has -d arg to read debug info from dex file, but there is no related code attribute such as LocalVariableTable and LineNumberTable in the result. If dex2jar support that or not? If support, which commands can i use?

It took a long time to find the same problem and there is no solution yet. Did you have solved this problem?