Skip to content

A library for parsing Android binary XML format. You could use it to parse AndroidManifest.xml inside the APK files.

License

Notifications You must be signed in to change notification settings

MizardX/AndroidXmlDotNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Description

A library for parsing Android binary XML format. You could use it to parse AndroidManifest.xml inside the APK files.

Overview

The library implements three interfaces for reading Android binary XML files:

  • AndroidXmlReader implements System.Xml.XmlReader for compatibility with other XML libraries.
  • ResReader can be used to read the basic chunks of the file. This is used by AndroidXmlReader.
  • ResWriter can be used to write the basic chunks of the file.

Example

var reader = new AndroidXmlReader(stream);
XDocument doc = XDocument.Load(reader);

Useful links

About

A library for parsing Android binary XML format. You could use it to parse AndroidManifest.xml inside the APK files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published