diff options
author | Xin LI <delphij@FreeBSD.org> | 2015-06-10 19:06:05 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2015-06-10 19:06:05 +0000 |
commit | 76c08169d47becb14ee96abce87cb4167fd159f9 (patch) | |
tree | 683691b945591f3b3198540865fd167c1cc12a2f /magic/Magdir/android | |
parent | 7e650197bfa22668160695ec55b6ed3e3da63f43 (diff) | |
download | src-test2-76c08169d47becb14ee96abce87cb4167fd159f9.tar.gz src-test2-76c08169d47becb14ee96abce87cb4167fd159f9.zip |
Notes
Diffstat (limited to 'magic/Magdir/android')
-rw-r--r-- | magic/Magdir/android | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/magic/Magdir/android b/magic/Magdir/android index da98b576e70a..7675c1cd24ea 100644 --- a/magic/Magdir/android +++ b/magic/Magdir/android @@ -1,6 +1,6 @@ #------------------------------------------------------------ -# $File: android,v 1.7 2014/11/10 05:08:23 christos Exp $ +# $File: android,v 1.8 2015/03/19 18:04:37 christos Exp $ # Various android related magic entries #------------------------------------------------------------ @@ -137,3 +137,9 @@ >16 lelong x \b, Total of %d >12 lelong x \b %d-byte output blocks in >20 lelong x \b %d input chunks. + +# Android binary XML magic +# In include/androidfw/ResourceTypes.h: +# RES_XML_TYPE = 0x0003 followed by the size of the header (ResXMLTree_header), +# which is 8 bytes (2 bytes type + 2 bytes header size + 4 bytes size). +0 lelong 0x00080003 Android binary XML |