Ayrx / axmldecoder

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

Namespace missing Error #3

Closed ghost closed 2 years ago

ghost commented 2 years ago

Error:

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Namespace missing: ', src/main.rs:59:39
stack backtrace:

File: Insta Followers.zip

ghost commented 2 years ago

same error for this app base.zip

Ayrx commented 2 years ago

https://github.com/Ayrx/axmldecoder/commit/be885fece620bbdc6847a593631c4e047b510b85 should fix this problem.

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