axmldecoder
axmldecoder copied to clipboard
Decoder for the binary XML format used by Android.
I can succesfully parse a binary manifest, but want to output it to raw XML. I can't find how I should do this. The debug format! output is more a...
Here is example for such case: https://www.virustotal.com/gui/file/671f72af20a5cced9b7d9801e65d41694409093dc68156ec75ad950522835581/details Many parsers, including Apktools fails to parse the manifest file and crashes. Instead of crashing, better to parse whatever is valid and skip...
Getting `internal error: entered unreachable code: Unexpected bits: 196` error when parsing attached apk file (zipped). ```bash Error: thread 'main' panicked at 'internal error: entered unreachable code: Unexpected bits: 196',...
``` thread 'main' panicked at 'not implemented', /home/user/.cargo/git/checkouts/axmldecoder-21716d019579413c/a405808/src/stringpool.rs:125:9 ``` File: https://we.tl/t-eU6e8aMgBt