hosijyun / smali

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

Unexpected top-level exception #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
baksmali version 0.94 fails with:

UNEXPECTED TOP-LEVEL EXCEPTION:
java.lang.IndexOutOfBoundsException: The provided cursor value is not
within the bounds of this instance's data array
    at org.jf.dexlib.Util.ByteArrayInput.setCursor(ByteArrayInput.java:78)
    at org.jf.dexlib.DexFile.<init>(DexFile.java:266)
    at org.jf.baksmali.main.main(main.java:142)

on an attached optimized dex file (it is a HTC IME from Hero phone).

Original issue reported on code.google.com by mmi...@gmail.com on 24 Aug 2009 at 10:54

Attachments:

GoogleCodeExporter commented 9 years ago
baksmali doesn't support odex files, sorry :)

I am planning on writing a de-odexer at some point though

Original comment by JesusFre...@gmail.com on 28 Aug 2009 at 9:10

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
If you hadn't noticed, baksmali should work on odex files now, as well as being 
able
to deodex them.

Original comment by JesusFre...@gmail.com on 13 Sep 2009 at 10:28