I'm trying to write a small application that should check parse the AndroidManifest.xml from the APK in C/C++. I know that there are ways to do it in JAVA/C#, or in python, but I need C.
Is there a way of doing it? and if not, is there a good documentation regarding the Binary format of the AndroidManifest.xml in the apk package?
Thanks in advance, K.