desword / android-apktool

Automatically exported from code.google.com/p/android-apktool
Other
1 stars 0 forks source link

Crashes when dumping #652

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to dissasemble SecSettings.apk on KK

What is the expected output? What do you see instead?
Should work. Crashes instead.

I: Decoding values */* XMLs...
Exception in thread "main" brut.androlib.err.UndefinedResObject: resource spec: 
0x01030317
    at brut.androlib.res.data.ResPackage.getResSpec(ResPackage.java:61)
    at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:58)
    at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:54)
    at brut.androlib.res.data.value.ResReferenceValue.getReferent(ResReferenceValue.java:62)
    at brut.androlib.res.data.value.ResReferenceValue.encodeAsResXml(ResReferenceValue.java:46)
    at brut.androlib.res.data.value.ResScalarValue.encodeAsResXmlAttr(ResScalarValue.java:44)
    at brut.androlib.res.data.value.ResStyleValue.serializeToResValuesXml(ResStyleValue.java:48)
    at brut.androlib.res.AndrolibResources.generateValuesFile(AndrolibResources.java:440)
    at brut.androlib.res.AndrolibResources.decode(AndrolibResources.java:243)
    at brut.androlib.Androlib.decodeResourcesFull(Androlib.java:115)
    at brut.androlib.ApkDecoder.decode(ApkDecoder.java:114)
    at brut.apktool.Main.cmdDecode(Main.java:146)
    at brut.apktool.Main.main(Main.java:77)

What version of the product are you using? On what operating system?
Whatever version is the latest and greatest (not)

Please provide any additional information below.

Holy shit fix buggy crashy code before adding more features no one will ever 
use.

Original issue reported on code.google.com by kowalews...@gmail.com on 4 Jul 2014 at 5:17

GoogleCodeExporter commented 9 years ago
> Holy shit fix buggy crashy code before adding more features no one will ever 
use.

That'll get you no where here.

Original comment by connor.tumbleson on 4 Jul 2014 at 5:21