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)
- Host: GitHub
- URL: https://github.com/ekriirke/abx
- Owner: EkriirkE
- License: gpl-3.0
- Created: 2025-03-08T15:20:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-09T12:11:18.000Z (over 1 year ago)
- Last Synced: 2025-06-25T18:05:15.249Z (about 1 year ago)
- Topics: abx, android, binary, convert, xml
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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