AndroidManifest.xml 文件格式解析

先来张神图

截图.png

来源:AndroidManifest二进制文件格式分析: https://bbs.pediy.com/thread-194206.html

原始AndroidManifest文件





    

    

        

            

                

                
            
        
    


解析

图片左侧为解压开apk后,AndroidManifest.xml的二进制内容,右侧为各个chunk的解析。各个chunk和对应的二进制内容通过相同的颜色标记。

AnroidManifest文件格式.png

参考文档

Android逆向三部曲之AndroidManifest.xml 文件格式 https://www.jianshu.com/p/f0f4856866e0

AndroidManifest二进制文件格式分析: https://bbs.pediy.com/thread-194206.html

手把手教你解析AXML:https://blog.csdn.net/beyond702/article/details/51830108?spm=1001.2014.3001.5502

大小端模式: https://blog.csdn.net/q2519008/article/details/80961176

ResourceTypes.h 源文件:http://androidxref.com/9.0.0_r3/xref/frameworks/base/libs/androidfw/include/androidfw/ResourceTypes.h

你可能感兴趣的:(AndroidManifest.xml 文件格式解析)