hosijyun / smali

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

typo in output #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
typo example:

[0x0]
                           |  encedod_method:
016925: bd03               |    method_idx_diff: 0x1bd (method_id_item:
Lcom/alk/copilot/licensing/EnterpriseKey$1;-><in
                           |    it>(Landroid/app/Activity;)V)
016927: 8080 04            |    access_flags: 0x10000
01692a: e0f8 02            |    code_off: 0xbc60 (code_item @0xbc60)

Original issue reported on code.google.com by geyer.m...@gmail.com on 27 Jul 2009 at 10:45

GoogleCodeExporter commented 9 years ago
Yep, that would be a typo :). This is in dexlib, which I'm in the middle of
rewriting, so it doesn't really make sense to fix it, because that code is going
away. Thanks for the report!

Original comment by JesusFre...@gmail.com on 28 Jul 2009 at 1:30

GoogleCodeExporter commented 9 years ago
Update: I decided to go ahead and do another release, so I went ahead and fixed 
this

Original comment by JesusFre...@gmail.com on 28 Jul 2009 at 2:07