An open API service indexing awesome lists of open source software.

https://github.com/ekriirke/abx

Decode Android Binary XML files (ABX)
https://github.com/ekriirke/abx

abx android binary convert xml

Last synced: 2 months ago
JSON representation

Decode Android Binary XML files (ABX)

Awesome Lists containing this project

README

          

# abx
Decode Android Binary XML files (ABX)

Either pipe data in, or pass a filename. Output can be redirected to a new file. Various formatting options in the main script.

`# python3 abx.py binary.xml > normal.xml`

I saw a few utilities that required whole packages or java but I want neither of those. So I whipped this up and it worked for me needs. Some ABX>XML codes are not handled as I did not encounter them so I could not verify any translation accuracy