Ayrx / axmldecoder

Decoder for the binary XML format used by Android.
Apache License 2.0
20 stars 10 forks source link

axmldecoder::parse - Namespace missing: android #7

Closed ghost closed 2 years ago

ghost commented 2 years ago

axmldecoder::parse returns Namespace missing: android error

manifest_missing_android.zip

Ayrx commented 2 years ago

be885fece620bbdc6847a593631c4e047b510b85 should fix this problem.

We just skip appending the namespace to the attribute if it's not found in a namespace chunk.