rgocal / dex2jar

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

Plz implement visitLineNumber and visitLocalVariable like ASM #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I cannot find it...where can I access line-number information and more 
importantly local variable information?

Thos should be possible and there is a Debug Info section that contains this 
information.

ASM3 MethodVisitor has visit-methods for that, implement them?

The format is difficult to understand but you could look into SMALIs lib for 
that?

http://code.google.com/p/smali/source/browse/dexlib/src/main/java/org/jf/dexlib/
DebugInfoItem.java

Original issue reported on code.google.com by andrePan...@gmail.com on 24 Sep 2011 at 11:46