Skip to content

Commit 18b22b9

Browse files
authored
Update README.md
1 parent 3414b28 commit 18b22b9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
# abx
22
Decode Android Binary XML files (ABX)
3+
4+
Either pipe data in, or pass a filename. Output can be redirected to a new file. Various formatting options in the main script.
5+
6+
`# python3 abx.py binary.xml > normal.xml`
7+
8+
9+
10+
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

0 commit comments

Comments
 (0)